C# 클래스 Cone.Core.ConeFixtureMethodCollection

상속: IConeFixtureMethodSink
파일 보기 프로젝트 열기: drunkcod/Cone

공개 메소드들

메소드 설명
AfterAll ( MethodInfo method ) : void
AfterEach ( MethodInfo method ) : void
AfterEachWithResult ( MethodInfo method ) : void
BeforeAll ( MethodInfo method ) : void
BeforeEach ( MethodInfo method ) : void
InvokeAfterAll ( object target ) : void
InvokeAfterEach ( object target, ITestResult result ) : void
InvokeBeforeAll ( object target ) : void
InvokeBeforeEach ( object target ) : void
Unintresting ( MethodInfo method ) : void

비공개 메소드들

메소드 설명
InvokeAll ( object target, List methods ) : void

메소드 상세

AfterAll() 공개 메소드

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

AfterEach() 공개 메소드

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

AfterEachWithResult() 공개 메소드

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

BeforeAll() 공개 메소드

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

BeforeEach() 공개 메소드

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

InvokeAfterAll() 공개 메소드

public InvokeAfterAll ( object target ) : void
target object
리턴 void

InvokeAfterEach() 공개 메소드

public InvokeAfterEach ( object target, ITestResult result ) : void
target object
result ITestResult
리턴 void

InvokeBeforeAll() 공개 메소드

public InvokeBeforeAll ( object target ) : void
target object
리턴 void

InvokeBeforeEach() 공개 메소드

public InvokeBeforeEach ( object target ) : void
target object
리턴 void

Unintresting() 공개 메소드

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