Uses of Interface
com.google.common.testing.TearDown
-
Packages that use TearDown Package Description com.google.common.testing This package contains testing utilities. -
-
Uses of TearDown in com.google.common.testing
Classes in com.google.common.testing that implement TearDown Modifier and Type Class Description class
SloppyTearDown
Simple utility for when you want to create aTearDown
that may throw an exception but should not fail a test when it does.Methods in com.google.common.testing with parameters of type TearDown Modifier and Type Method Description void
TearDownAccepter. addTearDown(TearDown tearDown)
Registers a TearDown implementor which will be run after the test proper.void
TearDownStack. addTearDown(TearDown tearDown)
-