C# Class AuScGen.TestExecutionUtil.TestExecute

Datei anzeigen Open project: geeksree/cSharpGeeks

Public Methods

Method Description
DoStep ( System.Action action ) : void
DoStep ( string message, System.Action action ) : void
GetMessages ( string path ) : ReadOnlyCollection

Method Details

DoStep() public method

public DoStep ( System.Action action ) : void
action System.Action
return void

DoStep() public method

public DoStep ( string message, System.Action action ) : void
message string
action System.Action
return void

GetMessages() public method

public GetMessages ( string path ) : ReadOnlyCollection
path string
return ReadOnlyCollection