C# 클래스 Microsoft.Silverlight.Testing.Client.TestAssemblyData

A data object storing the hierarchical results for a test assembly in a test run.
상속: PropertyChangedBase, IProvideResultReports
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
GetResultReport ( ) : string

Retrieves the results report.

TestAssemblyData ( IAssembly testAssembly ) : System

Initializes a new instance of the TestAssemblyData type.

메소드 상세

GetResultReport() 공개 메소드

Retrieves the results report.
public GetResultReport ( ) : string
리턴 string

TestAssemblyData() 공개 메소드

Initializes a new instance of the TestAssemblyData type.
public TestAssemblyData ( IAssembly testAssembly ) : System
testAssembly IAssembly The test assembly metadata.
리턴 System