C# Class Given.Common.TestRunManager

Mostrar archivo Open project: ncgonz/given Class Usage Examples

Public Properties

Property Type Description
FieldsToRetrieve BindingFlags

Public Methods

Method Description
AddTransientGiven ( string testName, string context, Delegate given ) : void

Private Methods

Method Description
TestRunManager ( ) : System
Unload ( object sender, EventArgs e ) : void

Method Details

AddTransientGiven() public static method

public static AddTransientGiven ( string testName, string context, Delegate given ) : void
testName string
context string
given System.Delegate
return void

Property Details

FieldsToRetrieve public_oe static_oe property

public static BindingFlags FieldsToRetrieve
return BindingFlags