|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta @GwtCompatible public interface TearDown
An object that can perform a tearDown() operation.
| Method Summary | |
|---|---|
void |
tearDown()
Performs a single tear-down operation. |
| Method Detail |
|---|
void tearDown()
throws Exception
com.google.common.testing.junit3.TearDownTestCase and
com.google.common.testing.junit4.TearDownTestCase for example.
A failing TearDown may or may not fail a tl4j test, depending on
the version of JUnit test case you are running under. To avoid failing in
the face of an exception regardless of JUnit version, implement a SloppyTearDown instead.
tl4j details: For backwards compatibility, junit3.TearDownTestCase currently does not fail a test when an exception
is thrown from one of its TearDown instances, but this is subject to
change. Also, junit4.TearDownTestCase will.
Exception - for any reason. TearDownTestCase ensures that
any exception thrown will not interfere with other TearDown
operations.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||