SMBLibrary.Tests: Added NTFileStoreTests, NTDirectoryFileSystemTests

This commit is contained in:
Tal Aloni 2019-06-10 16:37:26 +03:00
parent ea3e2c1974
commit 187135c412
4 changed files with 91 additions and 0 deletions

View file

@ -15,6 +15,8 @@ namespace SMBLibrary.Tests
new NetBiosTests().TestAll();
new RPCTests().TestAll();
new SMB2SigningTests().TestAll();
new NTDirectoryFileSystemTests().TestAll();
}
}
}