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

Syntax

public static class IBootstrapperExtensions

Methods

Name Return Value Summary
RunTestAsync(IBootstrapper, IFileProvider) Task<BootstrapperTestResult>
Runs tests on the bootstrapper with the specified file system and reports the results.
static
RunTestAsync(IBootstrapper, LogLevel, IFileProvider) Task<BootstrapperTestResult>
Runs tests on the bootstrapper with the specified file system and reports the results.
static