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

A result from a test scenario.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
ScenarioResult ( ITestMethod method, ITestClass testClass, TestOutcome result, Exception exception ) : System

Creates a result record.

ToString ( ) : string

The string representation of the ScenarioResult.

메소드 상세

ScenarioResult() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

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