Example #1
0
 public unsafe void IsIStorage()
 {
     using (var cleaner = new TestFileCleaner())
     {
         string path    = cleaner.GetTestPath();
         object created = ComMethods.CreateStorage(path, InterfaceIds.IID_IStorage);
         ComMethods.IsStorageFile(path).Should().BeTrue();
     }
 }