C# 클래스 NUnit.TestData.TestContextData.TestStateRecordingFixture

파일 보기 프로젝트 열기: nunit/nunit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
setUpFailure bool
setUpIgnore bool
stateList string
testFailure bool
testInconclusive bool

비공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
TheTest ( ) : void

프로퍼티 상세

setUpFailure 공개적으로 프로퍼티

public bool setUpFailure
리턴 bool

setUpIgnore 공개적으로 프로퍼티

public bool setUpIgnore
리턴 bool

stateList 공개적으로 프로퍼티

public string stateList
리턴 string

testFailure 공개적으로 프로퍼티

public bool testFailure
리턴 bool

testInconclusive 공개적으로 프로퍼티

public bool testInconclusive
리턴 bool