Extends Verify to allow verification of TestableIO.System.IO.Abstractions bits.
See Milestones for release notes.
Entity Framework Extensions is a major sponsor and is proud to contribute to the development this project.
[ModuleInitializer]publicstaticvoidInitialize()=>VerifyTestableIOSystemIOAbstractions.Initialize();[Test]publicasyncTaskUsage(){IFileSystemfileSystem=newFileSystem();varfileInfo=fileSystem.FileInfo.New(@"C:\temp\temp.txt");awaitVerify(fileInfo);}Results in:
C:\temp\temp.txt