C# Class BasicTests.Basic

Inheritance: PclUnit.AssertionHelper
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
GetParamSet ( MethodInfo method ) : IEnumerable
GetPartialParamSet ( MethodInfo method ) : IEnumerable

Private Methods

Method Description
TestFail_Fail ( ) : void
TestFalse_Fail ( ) : void
TestFalse_Success ( ) : void
TestNothing_NoError ( ) : void
TestParams_Fail ( int i ) : void
TestParams_Partial ( int i, Expected expected ) : void
TestParams_Success ( int i ) : void
TestReturn_Fail ( ) : bool
TestReturn_Success ( ) : bool
TestTimeout10_Success ( ) : void
TestTimeout2_Error ( ) : void
TestTimeout3_Error ( ) : void
TestTimeout_Error ( ) : void
TestTrue_Fail ( ) : void
TestTrue_Success ( ) : void
Test_Error ( ) : void
Test_Ignore ( ) : void

Method Details

GetParamSet() public static method

public static GetParamSet ( MethodInfo method ) : IEnumerable
method System.Reflection.MethodInfo
return IEnumerable

GetPartialParamSet() public static method

public static GetPartialParamSet ( MethodInfo method ) : IEnumerable
method System.Reflection.MethodInfo
return IEnumerable