| org.apache.harmony.luni.tests.java.util.StackTest
StackTest | public class StackTest extends junit.framework.TestCase (Code) | | |
Inner Class :static class BugStack extends Stack | |
setUp | protected void setUp()(Code) | | Sets up the fixture, for example, open a network connection. This method
is called before a test is executed.
|
tearDown | protected void tearDown()(Code) | | Tears down the fixture, for example, close a network connection. This
method is called after a test is executed.
|
test_Constructor | public void test_Constructor()(Code) | | |
test_empty | public void test_empty()(Code) | | |
test_peek | public void test_peek()(Code) | | |
test_pop | public void test_pop()(Code) | | |
test_pop_modify_elementCount | public void test_pop_modify_elementCount()(Code) | | |
test_pushLjava_lang_Object | public void test_pushLjava_lang_Object()(Code) | | |
test_searchLjava_lang_Object | public void test_searchLjava_lang_Object()(Code) | | |
|
|