Метод | Описание | |
---|---|---|
GetUnitTestAssembly ( UnitTestHarness testHarness, |
||
GetUnitTestAssembly ( UnitTestHarness testHarness, |
VSTT unit test provider constructor; takes an assembly reference to perform reflection on to retrieve all test class types. In this implementation of an engine for the VSTT metadata, only a single test Assembly can be utilized at a time for simplicity.
|
|
HasCapability ( UnitTestProviderCapabilities capability ) : bool |
Whether the capability is supported by this provider.
|
|
IsFailedAssert ( |
Check if the Exception is actually a failed assertion.
|
|
VsttProvider ( ) : System |
Create a new Visual Studio Team Test unit test framework provider instance.
|
public GetUnitTestAssembly ( UnitTestHarness testHarness, |
||
testHarness | Microsoft.Silverlight.Testing.Harness.UnitTestHarness | |
assemblyReference | ||
Результат | IAssembly |
public GetUnitTestAssembly ( UnitTestHarness testHarness, |
||
testHarness | Microsoft.Silverlight.Testing.Harness.UnitTestHarness | The unit test harness. |
assemblyReference | Assembly reflection object. | |
Результат | IAssembly |
public HasCapability ( UnitTestProviderCapabilities capability ) : bool | ||
capability | UnitTestProviderCapabilities | Capability type. |
Результат | bool |
public IsFailedAssert ( |
||
exception | Exception object to check. | |
Результат | bool |