C# 클래스 NUnit.Specifications.ContextSpecification

상속: IEnumerable
파일 보기 프로젝트 열기: iancooper/Paramore

보호된 프로퍼티들

프로퍼티 타입 설명
Exception System.Exception

공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
GetObservations ( ) : IEnumerable
InitializeContext ( ) : void
InvokeBecause ( ) : void
InvokeCleanup ( ) : void
InvokeEstablish ( ) : void
Observations ( It observation ) : void

비공개 메소드들

메소드 설명
TestFixtureSetUp ( ) : void
TestFixtureTearDown ( ) : void

메소드 상세

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetObservations() 공개 메소드

public GetObservations ( ) : IEnumerable
리턴 IEnumerable

InitializeContext() 공개 메소드

public InitializeContext ( ) : void
리턴 void

InvokeBecause() 공개 메소드

public InvokeBecause ( ) : void
리턴 void

InvokeCleanup() 공개 메소드

public InvokeCleanup ( ) : void
리턴 void

InvokeEstablish() 공개 메소드

public InvokeEstablish ( ) : void
리턴 void

Observations() 공개 메소드

public Observations ( It observation ) : void
observation It
리턴 void

프로퍼티 상세

Exception 보호되어 있는 프로퍼티

protected Exception,System Exception
리턴 System.Exception