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

A helper utility for firing events as the unit test harness from any component, internal or not. Enables expansion.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
SendTestAssemblyCompleted ( TestAssemblyCompletedEventArgs e ) : void

Calls the test assembly completed event.

SendTestAssemblyStarting ( TestAssemblyStartingEventArgs e ) : void

Calls the test assembly starting event.

SendTestClassCompleted ( TestClassCompletedEventArgs e ) : void

Calls the test class completed event.

SendTestClassStarting ( TestClassStartingEventArgs e ) : void

Calls the test class starting event handlers.

SendTestMethodCompleted ( TestMethodCompletedEventArgs e ) : void

Calls the test method completed event.

SendTestMethodStarting ( Microsoft.Silverlight.Testing.Harness.TestMethodStartingEventArgs e ) : void

Calls the test method starting event.

SendTestRunStarting ( TestRunStartingEventArgs e ) : void

Calls the test run starting event.

UnitTestHarnessEvents ( UnitTestHarness harness ) : System

Initializes a new intance of the UnitTestHarnessEvents helper.

메소드 상세

SendTestAssemblyCompleted() 공개 메소드

Calls the test assembly completed event.

SendTestAssemblyStarting() 공개 메소드

Calls the test assembly starting event.

SendTestClassCompleted() 공개 메소드

Calls the test class completed event.
public SendTestClassCompleted ( TestClassCompletedEventArgs e ) : void
e TestClassCompletedEventArgs The event data.
리턴 void

SendTestClassStarting() 공개 메소드

Calls the test class starting event handlers.
public SendTestClassStarting ( TestClassStartingEventArgs e ) : void
e TestClassStartingEventArgs The event data.
리턴 void

SendTestMethodCompleted() 공개 메소드

Calls the test method completed event.
public SendTestMethodCompleted ( TestMethodCompletedEventArgs e ) : void
e TestMethodCompletedEventArgs The event data.
리턴 void

SendTestMethodStarting() 공개 메소드

Calls the test method starting event.
public SendTestMethodStarting ( Microsoft.Silverlight.Testing.Harness.TestMethodStartingEventArgs e ) : void
e Microsoft.Silverlight.Testing.Harness.TestMethodStartingEventArgs The event data.
리턴 void

SendTestRunStarting() 공개 메소드

Calls the test run starting event.
public SendTestRunStarting ( TestRunStartingEventArgs e ) : void
e TestRunStartingEventArgs The event data.
리턴 void

UnitTestHarnessEvents() 공개 메소드

Initializes a new intance of the UnitTestHarnessEvents helper.
public UnitTestHarnessEvents ( UnitTestHarness harness ) : System
harness UnitTestHarness The harness reference.
리턴 System