public interface TestRunner
| Modifier and Type | Method and Description |
|---|---|
void |
afterAll()
Method called after all tests have been run.
|
void |
afterEach(Object target)
Method called after running unit test.
|
void |
beforeAll()
Method called before instantiating the test class and any test instance.
|
void |
beforeEach(Object target)
Method called before running unit test.
|
void beforeAll()
void afterAll()
void beforeEach(Object target)
target - The test class instance.void afterEach(Object target)
target - The test class instance.Copyright © 2019. All rights reserved.