C# Class Cone.Core.ConeFixtureMethodCollection

Inheritance: IConeFixtureMethodSink
显示文件 Open project: drunkcod/Cone

Public Methods

Method Description
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

Private Methods

Method Description
InvokeAll ( object target, List methods ) : void

Method Details

AfterAll() public method

public AfterAll ( MethodInfo method ) : void
method System.Reflection.MethodInfo
return void

AfterEach() public method

public AfterEach ( MethodInfo method ) : void
method System.Reflection.MethodInfo
return void

AfterEachWithResult() public method

public AfterEachWithResult ( MethodInfo method ) : void
method System.Reflection.MethodInfo
return void

BeforeAll() public method

public BeforeAll ( MethodInfo method ) : void
method System.Reflection.MethodInfo
return void

BeforeEach() public method

public BeforeEach ( MethodInfo method ) : void
method System.Reflection.MethodInfo
return void

InvokeAfterAll() public method

public InvokeAfterAll ( object target ) : void
target object
return void

InvokeAfterEach() public method

public InvokeAfterEach ( object target, ITestResult result ) : void
target object
result ITestResult
return void

InvokeBeforeAll() public method

public InvokeBeforeAll ( object target ) : void
target object
return void

InvokeBeforeEach() public method

public InvokeBeforeEach ( object target ) : void
target object
return void

Unintresting() public method

public Unintresting ( MethodInfo method ) : void
method System.Reflection.MethodInfo
return void