public interface IBeforeAfterClassMethodsProvider
SpincastJUnitRunner.| Modifier and Type | Method and Description |
|---|---|
void |
afterClass()
Called after the tests of the class are ran.
|
void |
beforeClass()
Called before the tests of the class are ran.
|
void beforeClass()
void afterClass()
This will only be called if the beforeClass() method completed successfully, so you can be sure that the instanciation of the class is complete here.
Copyright © 2016. All rights reserved.