-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Labels
area: testinghelpersIssues that address the testing helpersIssues that address the testing helpersstate: ready to pickIssues that are ready for being worked onIssues that are ready for being worked ontype: enhancementIssues that propose new functionalityIssues that propose new functionality
Description
Describe the solution you'd like
I'd like to be able to observe common/interesting events (from a testing perspective) that happen into a MockFileSystem
.
Why? I'm creating a cache service that uses an IFileSystem
and I need to test that a file is only written once.
Describe alternatives you've considered
I've tried to implement my own MockFileSystem
using System.Reactive, but the work is a bit overwhelming.
Metadata
Metadata
Assignees
Labels
area: testinghelpersIssues that address the testing helpersIssues that address the testing helpersstate: ready to pickIssues that are ready for being worked onIssues that are ready for being worked ontype: enhancementIssues that propose new functionalityIssues that propose new functionality