C# Class BasicTests.Paramed

Inheritance: PclUnit.AssertionHelper
Datei anzeigen Open project: jbtule/PclUnit

Public Methods

Method Description
GetConstructorParamSet ( Type method ) : IEnumerable
Paramed ( string option ) : System

Private Methods

Method Description
TestFalse_Fail ( ) : void
TestFalse_Success ( ) : void
TestParams_Fail ( int i ) : void
TestParams_Partial ( int i, Expected expected ) : void
TestParams_Success ( int i ) : void
TestReturn_Fail ( ) : bool
TestReturn_Success ( ) : bool
TestTrue_Fail ( ) : void
TestTrue_Success ( ) : void
Test_Error ( ) : void
Test_Fail ( ) : void
Test_Ignore ( ) : void
Test_NoError ( ) : void

Method Details

GetConstructorParamSet() public static method

public static GetConstructorParamSet ( Type method ) : IEnumerable
method System.Type
return IEnumerable

Paramed() public method

public Paramed ( string option ) : System
option string
return System