C# Class Microsoft.Silverlight.Testing.Client.TestAssemblyData

A data object storing the hierarchical results for a test assembly in a test run.
Inheritance: PropertyChangedBase, IProvideResultReports
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

Méthode Description
GetResultReport ( ) : string

Retrieves the results report.

TestAssemblyData ( IAssembly testAssembly ) : System

Initializes a new instance of the TestAssemblyData type.

Method Details

GetResultReport() public méthode

Retrieves the results report.
public GetResultReport ( ) : string
Résultat string

TestAssemblyData() public méthode

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