public interface TearDownAccepter
TearDown instances.| Modifier and Type | Method and Description |
|---|---|
void |
addTearDown(TearDown tearDown)
Registers a TearDown implementor which will be run after the test proper.
|
void addTearDown(TearDown tearDown)
In JUnit4 language, that means as an @After.
In JUnit3 language, that means during the TestCase.tearDown() step.