Sign in Sign up
pub

mockable_filesystem

Provides a FileSystem factory class for allocating File, Directory and Link objects, with two implementations - one which in turn returns the real objects from dart:io, and one which returns mock versions. This allows tests to be written that make use of files and directories without having to create them on disk. The mock File/Directory/Link classes are not complete, but have sufficient functionality to work in most cases. The ultimate aim is to have complete mock implementations, as well as the ability to mock Windows file systems on Linux/Mac and vice-versa, to help with testing code for cross-platform correctness.

pub View on Pub

Activity

Latest release
11y ago
Total releases
2
Cadence
~1.2 years
Last 12 months
0

Details

First release
Jul 24, 2013
Releases
Version Released
0.0.3 patch
0.0.1 initial