TestExecutionContext.

FileSystem Property

Summary

Gets the current file system.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Execution
Containing Type
TestExecutionContext

Syntax

public IReadOnlyFileSystem FileSystem { get; set; }

Value

Type Description
IReadOnlyFileSystem
GitHub