Namespaces

Types in Fake

Type TestSuite

Namespace Fake

Interfaces IEquatable<TestSuite>, IStructuralEquatable, IComparable<TestSuite>, IComparable, IStructuralComparable

Methods

Properties

Public instance methods

int CompareTo(TestSuite obj)

bool Equals(TestSuite obj)

Public properties

DateTime DateTime get;

int Errors get;

bool Executed get;

int Ignored get;

string Name get;

int NotRun get;

double Runtime get;

int Skipped get;

bool Success get;

FSharpList<TestCase> TestCases get;

int TestCount get;