C# Class IntegrationResult, code

Datei anzeigen Open project: shendongnian/code Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ExecuteTest ( Action, test ) : bool
ExecuteTest ( Func, test ) : bool
IntegrationResult ( string desc, string success, string fail )

Method Details

ExecuteTest() public method

public ExecuteTest ( Action, test ) : bool
test Action,
return bool

ExecuteTest() public method

public ExecuteTest ( Func, test ) : bool
test Func,
return bool

IntegrationResult() public method

public IntegrationResult ( string desc, string success, string fail )
desc string
success string
fail string