Class TearDownStack
java.lang.Object
com.google.common.testing.TearDownStack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddTearDown(TearDown tearDown) Registers a TearDown implementor which will be run after the test proper.final voidCauses teardown to execute.
-
Constructor Details
-
TearDownStack
public TearDownStack() -
TearDownStack
-
-
Method Details
-
addTearDown
Description copied from interface:TearDownAccepterRegisters a TearDown implementor which will be run after the test proper.In JUnit4 language, that means as an
@After.In JUnit3 language, that means during the
TestCase.tearDown()step.- Specified by:
addTearDownin interfaceTearDownAccepter
-
runTearDown
Causes teardown to execute.
-