Namespaces

Types in Fake

Type GallioParams

Namespace Fake

Interfaces IEquatable<GallioParams>, IStructuralEquatable

Methods

Properties

Public instance methods

bool Equals(GallioParams obj)

Public properties

DirectoryInfo ApplicationBaseDirectory get;

FSharpOption<bool> Debug get;

bool DoNotRun get;

bool EchoResults get;

string Filters get;

IEnumerable<string> HintDirectories get;

bool IgnoreAnnotations get;

IEnumerable<string> PluginDirectories get;

FSharpOption<ReportArchiveMode> ReportArchive get;

string ReportDirectory get;

FSharpList<Tuple<string, string>> ReportFormatterOptions get;

string ReportNameFormat get;

FSharpList<string> RunnerExtensions get;

string RunnerType get;

FSharpOption<TimeSpan> RunTimeLimit get;

string RuntimeVersion get;

FSharpOption<bool> ShadowCopy get;

bool ShowReports get;

FSharpList<Tuple<string, string>> TestExecutionOptions get;

FSharpList<Tuple<string, string>> TestExplorationOptions get;

FSharpList<Tuple<string, string>> TestRunnerOptions get;

Verbosity Verbosity get;

DirectoryInfo WorkingDirectory get;