C# Класс Microsoft.Silverlight.Testing.Harness.TestClassStartingEventArgs

Information about the start of a test class event.
Наследование: UnitTestHarnessEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TestClassStartingEventArgs ( ITestClass testClass, UnitTestHarness harness ) : Microsoft.Silverlight.Testing.UnitTesting.Metadata

Initializes a new instance of the TestClassStartingEventArgs type.

Описание методов

TestClassStartingEventArgs() публичный Метод

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.
Результат Microsoft.Silverlight.Testing.UnitTesting.Metadata