| Package | Description |
|---|---|
| com.google.common.testing |
This package contains testing utilities.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.LinkedList<TearDown> |
TearDownStack.stack |
| Modifier and Type | Method and Description |
|---|---|
void |
TearDownAccepter.addTearDown(TearDown tearDown)
Registers a TearDown implementor which will be run after the test proper.
|
void |
TearDownStack.addTearDown(TearDown tearDown) |