C# 클래스 Cone.ConeFixtureMethods

상속: IConeFixtureMethodSink
파일 보기 프로젝트 열기: drunkcod/Cone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AfterAll List
AfterEach List
AfterEachWithResult List
BeforeAll List
BeforeEach List

공개 메소드들

메소드 설명
IConeFixtureMethodSink ( MethodInfo method ) : void

메소드 상세

IConeFixtureMethodSink() 공개 메소드

public IConeFixtureMethodSink ( MethodInfo method ) : void
method System.Reflection.MethodInfo
리턴 void

프로퍼티 상세

AfterAll 공개적으로 프로퍼티

public List AfterAll
리턴 List

AfterEach 공개적으로 프로퍼티

public List AfterEach
리턴 List

AfterEachWithResult 공개적으로 프로퍼티

public List AfterEachWithResult
리턴 List

BeforeAll 공개적으로 프로퍼티

public List BeforeAll
리턴 List

BeforeEach 공개적으로 프로퍼티

public List BeforeEach
리턴 List