public interface IBeforeAfterClassMethodsProvider
OneInstancePerClassJUnitRunner.| 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.
|
Copyright © 2016. All rights reserved.