All Packages Class Hierarchy This Package Previous Next Index
Class samples.VectorTest
java.lang.Object
|
+----test.framework.TestCase
|
+----samples.VectorTest
- public class VectorTest
- extends TestCase
A sample test case, testing java.util.Vector.
-
fEmpty
-
-
fFull
-
-
VectorTest(String)
-
-
activeSuite()
-
-
main(String[])
-
-
setUp()
- Sets up the fixture, for example, open a network connection.
-
suite()
-
-
testCapacity()
-
-
testClone()
-
-
testContains()
-
-
testElementAt()
-
-
testRemoveAll()
-
-
testRemoveElement()
-
fEmpty
protected Vector fEmpty
fFull
protected Vector fFull
VectorTest
public VectorTest(String name)
setUp
protected void setUp()
- Sets up the fixture, for example, open a network connection.
- Overrides:
- setUp in class TestCase
testContains
public void testContains()
testElementAt
public void testElementAt()
testClone
public void testClone()
testRemoveAll
public void testRemoveAll()
testRemoveElement
public void testRemoveElement()
testCapacity
public void testCapacity()
suite
public static Test suite()
activeSuite
public static Test activeSuite()
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index