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

Assembly complete event arguments.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
TestAssemblyCompletedEventArgs ( IAssembly assembly, UnitTestHarness harness ) : Microsoft.Silverlight.Testing.UnitTesting.Metadata

Initializes a new instance of the TestAssemblyCompletedEventArgs type.

메소드 상세

TestAssemblyCompletedEventArgs() 공개 메소드

Initializes a new instance of the TestAssemblyCompletedEventArgs type.
public TestAssemblyCompletedEventArgs ( IAssembly assembly, UnitTestHarness harness ) : Microsoft.Silverlight.Testing.UnitTesting.Metadata
assembly IAssembly The assembly metadata.
harness UnitTestHarness The test harness instance.
리턴 Microsoft.Silverlight.Testing.UnitTesting.Metadata