C# Class Microsoft.Silverlight.Testing.Harness.ScenarioResult

A result from a test scenario.
Mostrar archivo Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
ScenarioResult ( ITestMethod method, ITestClass testClass, TestOutcome result, Exception exception ) : System

Creates a result record.

ToString ( ) : string

The string representation of the ScenarioResult.

Method Details

ScenarioResult() public method

Creates a result record.
public ScenarioResult ( ITestMethod method, ITestClass testClass, TestOutcome result, Exception exception ) : System
method ITestMethod Test method metadata object.
testClass ITestClass Test class metadata object.
result TestOutcome Test result object.
exception System.Exception Exception instance, if any.
return System

ToString() public method

The string representation of the ScenarioResult.
public ToString ( ) : string
return string