MockFileStreamFactory.Create does not throw correct exceptions #884
Labels
area: testinghelpers
Issues that address the testing helpers
state: ready to pick
Issues that are ready for being worked on
state: released
Issues that are released
type: bug
Issues that describe misbehaving functionality
Describe the bug

When comparing the behaviour of
MockFileSystem.FileStream.Create
with the the behaviour of the real file system (constructor ofFileStream
), some edge cases are not implemented correctly.The following scenarios fail:
To Reproduce
The following system tests compare the behaviour of the
MockFileSystem
with the real file system and some scenarios fail due to not thrown or incorrect thrown exceptions:Expected behavior
All tests should pass.
Additional context
See here for some comparison tests.
The text was updated successfully, but these errors were encountered: