https://github.com/kode-rex/dotnetcore-filesystem
A simple testable file system abstraction.
https://github.com/kode-rex/dotnetcore-filesystem
filesystem testing
Last synced: over 1 year ago
JSON representation
A simple testable file system abstraction.
- Host: GitHub
- URL: https://github.com/kode-rex/dotnetcore-filesystem
- Owner: Kode-Rex
- License: mit
- Created: 2019-05-08T14:56:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T16:36:33.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T21:53:47.488Z (over 1 year ago)
- Topics: filesystem, testing
- Language: C#
- Homepage:
- Size: 25.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DotnetCore-FileSystem
A simple, testable file system abstraction.
- Inject the IFileSystem interface
- Mock out the dependency in test
- Inject the real thing in production