Struct TestSetupAttribute
This specifies when a setup method must be called
struct TestSetupAttribute
;
Fields
Name | Type | Description |
---|---|---|
afterAll
|
bool | Run after the suite ends |
afterEach
|
bool | Run after each test |
beforeAll
|
bool | Run before the suite starts |
beforeEach
|
bool | Run before each test |