Namespaces

Types in Fake

Type TestCase

Namespace Fake

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

Methods

Properties

Public instance methods

int CompareTo(TestCase obj)

bool Equals(TestCase obj)

Public properties

string ErrorMessage get;

bool Executed get;

bool Ignored get;

string Name get;

double RunTime get;

bool Skipped get;

string StackTrace get;

bool Success get;