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

Packages that use TearDown
com.google.common.testing   
com.google.common.testing.junit3   
com.google.common.testing.junit4   
 

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.
 

Fields in com.google.common.testing with type parameters of type TearDown
(package private)  java.util.LinkedList<TearDown> TearDownStack.stack
           
 

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.
 

Uses of TearDown in com.google.common.testing.junit3
 

Methods in com.google.common.testing.junit3 with parameters of type TearDown
 void TearDownTestCase.addTearDown(TearDown tearDown)
          Registers a TearDown implementor which will be run during TearDownTestCase.tearDown()
 

Uses of TearDown in com.google.common.testing.junit4
 

Methods in com.google.common.testing.junit4 with parameters of type TearDown
 void TearDownTestCase.addTearDown(TearDown tearDown)
          Registers a TearDown implementor which will be run after the test execution.
 void TearDownMethodRule.addTearDown(TearDown tearDown)
          Registers a TearDown implementor which will be run after the test execution.
 



Copyright © 2010 Google. All Rights Reserved.