interface BeforeAll implements TestingFeature

Interface for attributes that run before all tests in a class.

Methods

void
beforeAll()

Handle the attribute.

Details

at line 15
void beforeAll()

Handle the attribute.

Return Value

void