C# Class AuScGen.TestExecutionUtil.TestExecute

Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

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

Method Details

DoStep() public méthode

public DoStep ( System.Action action ) : void
action System.Action
Résultat void

DoStep() public méthode

public DoStep ( string message, System.Action action ) : void
message string
action System.Action
Résultat void

GetMessages() public méthode

public GetMessages ( string path ) : ReadOnlyCollection
path string
Résultat ReadOnlyCollection