Initial commit
This commit is contained in:
14
VirtualFS.Tests/Physical/PhysicalFileSystemTests.cs
Normal file
14
VirtualFS.Tests/Physical/PhysicalFileSystemTests.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using VirtualFS.Physical;
|
||||
|
||||
namespace VirtualFS.Tests.Physical
|
||||
{
|
||||
[TestClass]
|
||||
public class PhysicalFileSystemTests
|
||||
{
|
||||
[TestMethod]
|
||||
public void TestEnumerate()
|
||||
{
|
||||
Assert.IsTrue(new PhysicalFileSystem(new System.IO.DirectoryInfo("C:\\")).GetEntries("/").Count() > 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user