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

Information about the start of a test class event.
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

Méthode Description
TestClassStartingEventArgs ( ITestClass testClass, UnitTestHarness harness ) : Microsoft.Silverlight.Testing.UnitTesting.Metadata

Initializes a new instance of the TestClassStartingEventArgs type.

Method Details

TestClassStartingEventArgs() public méthode

Initializes a new instance of the TestClassStartingEventArgs type.
public TestClassStartingEventArgs ( ITestClass testClass, UnitTestHarness harness ) : Microsoft.Silverlight.Testing.UnitTesting.Metadata
testClass ITestClass The test class metadata.
harness UnitTestHarness The unit test harness reference.
Résultat Microsoft.Silverlight.Testing.UnitTesting.Metadata