Method BeforeTest
BeforeTest(ITest)
Executed before each test is run
Declaration
IEnumerator BeforeTest(ITest test)
Parameters
Type | Name | Description |
---|---|---|
ITest | test | The test that is going to be run. |
Returns
Type | Description |
---|---|
IEnumerator | Enumerable collection of actions to perform before test setup. |