Method AfterTest
AfterTest(ITest)
Executed after each test is run
Declaration
IEnumerator AfterTest(ITest test)
Parameters
Type | Name | Description |
---|---|---|
ITest | test | The test that has just been run. |
Returns
Type | Description |
---|---|
IEnumerator | Enumerable collection of actions to perform after test teardown. |