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

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

공개 메소드들

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

Initializes a new instance of the TestAssemblyStartingEventArgs type.

메소드 상세

TestAssemblyStartingEventArgs() 공개 메소드

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