C# Class Microsoft.Silverlight.Testing.Harness.TestMethodCompletedEventArgs

Test method completed event arguments, contains the result.
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

Méthode Description
TestMethodCompletedEventArgs ( ScenarioResult result ) : System

Initializes a new instance of the TestMethodCompletedEventArgs type.

TestMethodCompletedEventArgs ( ScenarioResult result, UnitTestHarness harness ) : System

Initializes a new instance of the TestMethodCompletedEventArgs type.

Method Details

TestMethodCompletedEventArgs() public méthode

Initializes a new instance of the TestMethodCompletedEventArgs type.
public TestMethodCompletedEventArgs ( ScenarioResult result ) : System
result ScenarioResult The result instance.
Résultat System

TestMethodCompletedEventArgs() public méthode

Initializes a new instance of the TestMethodCompletedEventArgs type.
public TestMethodCompletedEventArgs ( ScenarioResult result, UnitTestHarness harness ) : System
result ScenarioResult The result instance.
harness UnitTestHarness The unit test harness.
Résultat System