|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.common.testing.junit4.TearDownTestCase
com.google.common.testing.TearDownStackTest
public class TearDownStackTest
| Nested Class Summary | |
|---|---|
private static interface |
TearDownStackTest.Callback
|
private static class |
TearDownStackTest.SimpleTearDown
|
private static class |
TearDownStackTest.ThrowingTearDown
|
| Field Summary |
|---|
| Fields inherited from class com.google.common.testing.junit4.TearDownTestCase |
|---|
tearDownRule |
| Constructor Summary | |
|---|---|
TearDownStackTest()
|
|
| Method Summary | |
|---|---|
private TearDownStack |
buildTearDownStack()
Builds a TearDownStack that makes sure it's clear by the end of
this test. |
void |
testMultipleTearDownsHappenInOrder()
|
void |
testSingleTearDown()
|
void |
testThrowingTearDown()
|
| Methods inherited from class com.google.common.testing.junit4.TearDownTestCase |
|---|
addTearDown |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TearDownStackTest()
| Method Detail |
|---|
public void testSingleTearDown()
throws java.lang.Exception
java.lang.Exception
public void testMultipleTearDownsHappenInOrder()
throws java.lang.Exception
java.lang.Exception
public void testThrowingTearDown()
throws java.lang.Exception
java.lang.Exceptionprivate TearDownStack buildTearDownStack()
TearDownStack that makes sure it's clear by the end of
this test.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||