Uses of Interface
com.google.common.testing.TearDown

Packages that use TearDown
com.google.common.testing   
 

Uses of TearDown in com.google.common.testing
 

Classes in com.google.common.testing that implement TearDown
 class SloppyTearDown
          Simple utility for when you want to create a TearDown 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
 void TearDownStack.addTearDown(TearDown tearDown)
           
 void TearDownAccepter.addTearDown(TearDown tearDown)
          Registers a TearDown implementor which will be run after the test proper.
 



Copyright © 2010-2012. All Rights Reserved.