C# Class StatLight.Client.Harness.UnitTestProviders.NUnit.MockNUnitTestClass

Exibir arquivo Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
GetIgnoreTest ( ) : MethodInfo
GetPassingTest ( ) : MethodInfo

Private Methods

Method Description
TestShouldBeIgnored ( ) : void
TestShouldPass ( ) : void

Method Details

GetIgnoreTest() public static method

public static GetIgnoreTest ( ) : MethodInfo
return System.Reflection.MethodInfo

GetPassingTest() public static method

public static GetPassingTest ( ) : MethodInfo
return System.Reflection.MethodInfo