Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NUnit
TestData
TestContextData
TestStateRecordingFixture
C# Class NUnit.TestData.TestContextData.TestStateRecordingFixture
Show file
Open project: nunit/nunit
Class Usage Examples
Public Properties
Property
Type
Description
setUpFailure
bool
setUpIgnore
bool
stateList
string
testFailure
bool
testInconclusive
bool
Private Methods
Method
Description
SetUp
( ) :
void
TearDown
( ) :
void
TheTest
( ) :
void
Property Details
setUpFailure
public property
public
bool
setUpFailure
return
bool
setUpIgnore
public property
public
bool
setUpIgnore
return
bool
stateList
public property
public
string
stateList
return
string
testFailure
public property
public
bool
testFailure
return
bool
testInconclusive
public property
public
bool
testInconclusive
return
bool