BootstrapperTestResult Class
Namespace
Statiq.Testing
Base Types
  • object
BootstrapperTestResult
object

Syntax

public class BootstrapperTestResult

Properties

Name Property Type Summary
Engine IEngine
ExitCode int
Inputs IDictionary<string, Dictionary<Phase, ImmutableArray<IDocument>>>
LogMessages ConcurrentQueue<TestMessage>
Outputs IDictionary<string, Dictionary<Phase, ImmutableArray<IDocument>>>

Extension Methods