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
EqualsTester Tester for equals() and hashCode() methods of a class.
EquivalenceTester<T> Tester for Equivalence relationships between groups of objects.
FakeTicker A Ticker whose value can be advanced programmatically in test.
GuavaAsserts Contains additional assertion methods not found in JUnit.
NullPointerTester A test utility that verifies that your methods throw NullPointerException or UnsupportedOperationException whenever any of their parameters are null.
SerializableTester Tests serialization and deserialization of an object, optionally asserting that the resulting object is equal to the original.
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.
 

Error Summary
GuavaAsserts.TestAssertionFailure An error thrown when test assertions are shown to be invalid.
 



Copyright © 2010-2011. All Rights Reserved.