feat: implement MockFile.ReadLinesAsync (#935)
While executing a test a got a hint: > System.NotImplementedException : This test helper hasn't been implemented yet. They are implemented on an as-needed basis. As it seems like you need it, now would be a great time to send us a pull request over at https://github.com/TestableIO/System.IO.Abstractions. You know, because it's open source and all. So here is my pull request to add a not implemented feature.
Showing
- src/TestableIO.System.IO.Abstractions.TestingHelpers/MockFile.Async.cs 13 additions, 13 deletions...O.System.IO.Abstractions.TestingHelpers/MockFile.Async.cs
- tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockFileReadAllLinesTests.cs 88 additions, 6 deletions...actions.TestingHelpers.Tests/MockFileReadAllLinesTests.cs
Loading
Please register or sign in to comment