|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.google.common.testing | |
|---|---|
| com.google.common.testing | This package contains testing utilities. |
| Classes in com.google.common.testing used by com.google.common.testing | |
|---|---|
| ClassSanityTester
Tester that runs automated sanity tests for any given class. |
|
| ClassSanityTester.FactoryMethodReturnValueTester
Runs sanity tests against return values of static factory methods declared by a class. |
|
| EqualsTester
Tester for equals() and hashCode() methods of a class. |
|
| EquivalenceTester
Tester for Equivalence relationships between groups of objects. |
|
| FakeTicker
A Ticker whose value can be advanced programmatically in test. |
|
| ForwardingWrapperTester
Tester to ensure forwarding wrapper works by delegating calls to the corresponding method with the same parameters forwarded and return value forwarded back or exception propagated as is. |
|
| GcFinalization.FinalizationPredicate
A predicate that is expected to return true subsequent to finalization, that is, one of the following actions taken by the garbage collector when performing a full collection in response to System.gc():
invoking the finalize methods of unreachable objects
clearing weak references to unreachable referents
enqueuing weak references to unreachable referents in their reference queue
|
|
| NullPointerTester
A test utility that verifies that your methods and constructors throw NullPointerException or UnsupportedOperationException whenever null
is passed to a parameter that isn't annotated with Nullable. |
|
| NullPointerTester.Visibility
Visibility of any method or constructor. |
|
| TearDown
An object that can perform a TearDown.tearDown() operation. |
|
| TearDownAccepter
Any object which can accept registrations of TearDown instances. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||