Uses of Interface
com.google.common.testing.TearDown
Packages that use TearDown
-
Uses of TearDown in com.google.common.testing
Classes in com.google.common.testing that implement TearDownModifier and TypeClassDescriptionclass
Simple utility for when you want to create aTearDown
that may throw an exception but should not fail a test when it does.Fields in com.google.common.testing with type parameters of type TearDownModifier and TypeFieldDescription(package private) final LinkedList
<TearDown> TearDownStack.stack
Methods in com.google.common.testing with parameters of type TearDownModifier and TypeMethodDescriptionvoid
TearDownAccepter.addTearDown
(TearDown tearDown) Registers a TearDown implementor which will be run after the test proper.final void
TearDownStack.addTearDown
(TearDown tearDown)