Method | Description | |
---|---|---|
Initialize ( UnitTestSettings settings ) : void |
Initializes the test harness.
|
|
VisualStudioLogProvider ( ) : System |
Initializes a new instance of the VisualStudioLogProvider class.
|
Method | Description | |
---|---|---|
GenerateTestRunName ( IAssembly assembly ) : string |
Generate a name for the test run that will be used when displaying the result in Visual Studio.
|
Method | Description | |
---|---|---|
NewGuid ( ) : string |
Generates a new Guid string value.
|
|
ProcessBug ( Microsoft.Silverlight.Testing.Harness.LogMessage l ) : void |
Process [Bug(...)].
|
|
ProcessException ( Microsoft.Silverlight.Testing.Harness.LogMessage l ) : void |
Process an Exception that is logged or stored.
|
|
ProcessIncorrectException ( Microsoft.Silverlight.Testing.Harness.LogMessage l ) : void |
Process an Exception that was not the expected Exception type.
|
|
ProcessResult ( Microsoft.Silverlight.Testing.Harness.LogMessage logMessage ) : void |
Process a UTF result message.
|
|
RegisterLogHandlers ( ) : void |
Register the handler conditions of interest to this log provider.
|
|
SetTestRunConfiguration ( IAssembly assembly ) : void |
Sets the test run configuration information when the test assembly begins processing.
|
|
TestAssemblyStart ( Microsoft.Silverlight.Testing.Harness.LogMessage l ) : void |
Assembly start code.
|
|
TestRunFilterSelected ( Microsoft.Silverlight.Testing.Harness.LogMessage logMessage ) : void |
The run filter has been selected.
|
|
WriteLogFile ( UnitTestHarness harness ) : void |
protected GenerateTestRunName ( IAssembly assembly ) : string | ||
assembly | IAssembly | The test assembly metadata object. |
return | string |
public Initialize ( UnitTestSettings settings ) : void | ||
settings | UnitTestSettings | The test harness settings. |
return | void |