Méthode | Description | |
---|---|---|
DecorateInstance ( object instance ) : void |
Decorates a test class instance with the unit test framework's specific test context capability, if supported.
|
|
GetDynamicAttributes ( ) : IEnumerable |
Get any attribute on the test method that are provided dynamically.
|
|
Invoke ( object instance ) : void |
Invoke the test method.
|
|
TestMethod ( |
Creates a new test method wrapper object.
|
|
ToString ( ) : string |
Exposes the name of the test method as a string.
|
Méthode | Description | |
---|---|---|
OnWriteLine ( string s ) : void |
Call the WriteLine method.
|
|
TestMethod ( ) : System |
Private constructor, the constructor requires the method reflection object.
|
public DecorateInstance ( object instance ) : void | ||
instance | object | Instance to decorate. |
Résultat | void |
public GetDynamicAttributes ( ) : IEnumerable |
||
Résultat | IEnumerable |
public Invoke ( object instance ) : void | ||
instance | object | Instance of the test class. |
Résultat | void |
public TestMethod ( |
||
methodInfo | The reflected method. | |
Résultat | System |