C# Class Cone.Runners.NUnitSuiteBuilderSpec.MyNUnitFixture

Show file Open project: drunkcod/Cone

Public Properties

Property Type Description
Calls int
FixtureSetUpCalled int
FixtureTearDownCalled int
SetUpCalled int
TearDownCalled int
TestCalled int

Public Methods

Method Description
NotATest ( ) : void

Private Methods

Method Description
FixtureSetUp ( ) : void
FixtureTearDown ( ) : void
SetUp ( ) : void
TearDown ( ) : void
a_test ( ) : void

Method Details

NotATest() public method

public NotATest ( ) : void
return void

Property Details

Calls public property

public int Calls
return int

FixtureSetUpCalled public property

public int FixtureSetUpCalled
return int

FixtureTearDownCalled public property

public int FixtureTearDownCalled
return int

SetUpCalled public property

public int SetUpCalled
return int

TearDownCalled public property

public int TearDownCalled
return int

TestCalled public property

public int TestCalled
return int