C# Class Cone.Runners.NUnitSuiteBuilderSpec.MyNUnitFixture

显示文件 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_oe property

public int Calls
return int

FixtureSetUpCalled public_oe property

public int FixtureSetUpCalled
return int

FixtureTearDownCalled public_oe property

public int FixtureTearDownCalled
return int

SetUpCalled public_oe property

public int SetUpCalled
return int

TearDownCalled public_oe property

public int TearDownCalled
return int

TestCalled public_oe property

public int TestCalled
return int