| Designed for use with JUnit and Ant. |
| Name | Tests | Errors | Failures | Time(s) |
|---|---|---|---|---|
| StackImplTest | 9 | 0 | 0 | 0.000 |
| Name | Status | Type | Time(s) |
|---|---|---|---|
| testStackInitiallyEmpty | Success | 0.000 | |
| testEmptyStackPeek | Success | 0.000 | |
| testEmptyStackPop | Success | 0.000 | |
| testPushNotEmpty | Success | 0.000 | |
| testPushPeek | Success | 0.000 | |
| testPeekImmutable | Success | 0.000 | |
| testPushPop | Success | 0.000 | |
| testPushPopMakesEmpty | Success | 0.000 | |
| testMultiPushPopOrdering | Success | 0.000 |