| org.apache.harmony.luni.tests.java.util.EmptyStackExceptionTest
EmptyStackExceptionTest | public class EmptyStackExceptionTest extends junit.framework.TestCase (Code) | | |
Method Summary | |
protected void | setUp() Sets up the fixture, for example, open a network connection. | protected void | tearDown() Tears down the fixture, for example, close a network connection. | public void | test_Constructor() |
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) | | |
|
|