You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrappers for some common classes from System.IO Namespace to create a layer of abstraction
@@ -15,7 +15,7 @@ Current implementaitons of System.IO
15
15
Instead of using the Namespace System.IO include the Namespace Abstract.FileSystem to use Directory or File.
16
16
17
17
## Usage in Tests
18
-
Abstract.FileSystem.Directory and Abstract.FileSystem.File both have a Factory Property. This can be set through the static method Setup(Func<IFileService> service) or Setup(Func<IDirectoryService> service).
18
+
Abstract.FileSystem.Directory and Abstract.FileSystem.File both have a Factory Property. This can be set through the static method Setup(Func\<IFileService\> service) or Setup(Func\<IDirectoryService\> service).
19
19
The Interface IFileService and IDirectoryService both provide the abstraction layers.
0 commit comments