Method | Description | |
---|---|---|
Ignore ( TestGranularity granularity, string name ) : void |
Enqueues a Ignore message.
|
|
LogException ( |
Logs and Exception that was intercepted or observed.
|
|
NoExceptionWhenExpected ( |
No Exception was intercepted, yet one was expected.
|
|
TestClassStage ( ITestClass test, TestStage stage ) : void |
Log a test class's stage.
|
|
TestMethodStage ( ITestMethod method, TestStage stage ) : void |
Log a test method's stage.
|
|
TestResult ( |
Log the result of a unit test scenario.
|
|
TestRunFilterSelected ( TestRunFilter filter ) : void |
Enqueues a message containing a test run filter.
|
|
UnitTestHarnessStage ( UnitTestHarness harness, string name, TestStage stage ) : void |
Records a harness state for the unit test harness.
|
|
UnitTestLogMessageWriter ( UnitTestHarness harness ) : System |
Initializes the unit test log message writer helper.
|
Method | Description | |
---|---|---|
GranularAssemblyTestStage ( IAssembly assembly, TestGranularity granularity, TestStage stage ) : void | ||
IncorrectException ( |
||
MarkUnitTestMessage ( Microsoft.Silverlight.Testing.Harness.LogMessage message ) : void |
Marks a message as a unit test system-specific message.
|
public Ignore ( TestGranularity granularity, string name ) : void | ||
granularity | TestGranularity | The granularity of the ignore operation. |
name | string | The name of the test skipped. |
return | void |
public LogException ( |
||
exception | The actual Exception instance. | |
test | ITestClass | The test class metadata. |
method | ITestMethod | The test method metadata. |
return | void |
public NoExceptionWhenExpected ( |
||
expectedExceptionType | The expected exception type. | |
test | ITestClass | The test class metadata. |
method | ITestMethod | The test method metadata. |
return | void |
public TestClassStage ( ITestClass test, TestStage stage ) : void | ||
test | ITestClass | The test class metadata object. |
stage | TestStage | The test stage. |
return | void |
public TestMethodStage ( ITestMethod method, TestStage stage ) : void | ||
method | ITestMethod | The test method metadata object. |
stage | TestStage | The test stage. |
return | void |
public TestResult ( |
||
result | The result of the test. | |
return | void |
public TestRunFilterSelected ( TestRunFilter filter ) : void | ||
filter | TestRunFilter | The test run filter. |
return | void |
public UnitTestHarnessStage ( UnitTestHarness harness, string name, TestStage stage ) : void | ||
harness | UnitTestHarness | The unit test harness. |
name | string | The harness name. |
stage | TestStage | The test stage. |
return | void |
public UnitTestLogMessageWriter ( UnitTestHarness harness ) : System | ||
harness | UnitTestHarness | The test harness reference. |
return | System |