Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
NUnit
TestData
TestContextData
TestStateRecordingFixture
C# Class NUnit.TestData.TestContextData.TestStateRecordingFixture
显示文件
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_oe property
public
bool
setUpFailure
return
bool
setUpIgnore
public_oe property
public
bool
setUpIgnore
return
bool
stateList
public_oe property
public
string
stateList
return
string
testFailure
public_oe property
public
bool
testFailure
return
bool
testInconclusive
public_oe property
public
bool
testInconclusive
return
bool