Package com.google.common.testing

Interface Summary
TearDown An object that can perform a TearDown.tearDown() operation.
TearDownAccepter Any object which can accept registrations of TearDown instances.
 

Class Summary
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.
TearDownStack A TearDownStack contains a stack of TearDown instances.
TestLogHandler Tests may use this to intercept messages that are logged by the code under test.
 

Exception Summary
ClusterException An ClusterException is data structure that allows for some code to "throw multiple exceptions", or something close to it.
 



Copyright © 2010 Google. All Rights Reserved.