Uses of Interface
com.google.common.testing.TearDown
-
Packages that use TearDown Package Description com.google.common.testing Testing utilities. -
-
Uses of TearDown in com.google.common.testing
Classes in com.google.common.testing that implement TearDown Modifier and Type Class Description classSloppyTearDownSimple utility for when you want to create aTearDownthat 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 voidTearDownAccepter. addTearDown(TearDown tearDown)Registers a TearDown implementor which will be run after the test proper.voidTearDownStack. addTearDown(TearDown tearDown)
-