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

The test class completed event arguments.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
TestClassCompletedEventArgs ( ITestClass testClass, UnitTestHarness harness ) : Microsoft.Silverlight.Testing.UnitTesting.Metadata

Initializes a new instance of the TestClassCompletedEventArgs class.

메소드 상세

TestClassCompletedEventArgs() 공개 메소드

Initializes a new instance of the TestClassCompletedEventArgs class.
public TestClassCompletedEventArgs ( ITestClass testClass, UnitTestHarness harness ) : Microsoft.Silverlight.Testing.UnitTesting.Metadata
testClass ITestClass Test class metadata.
harness UnitTestHarness The harness instance.
리턴 Microsoft.Silverlight.Testing.UnitTesting.Metadata