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 TypeClassDescriptionclassSimple utility for when you want to create aTearDownthat 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.stackMethods in com.google.common.testing with parameters of type TearDownModifier and TypeMethodDescriptionvoidTearDownAccepter.addTearDown(TearDown tearDown) Registers a TearDown implementor which will be run after the test proper.final voidTearDownStack.addTearDown(TearDown tearDown)