C# 클래스 Microsoft.Silverlight.Testing.Harness.TestClassStartingEventArgs

Information about the start of a test class event.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
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