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.


Variable Index

 o fEmpty
 o fFull

Constructor Index

 o VectorTest(String)

Method Index

 o activeSuite()
 o main(String[])
 o setUp()
Sets up the fixture, for example, open a network connection.
 o suite()
 o testCapacity()
 o testClone()
 o testContains()
 o testElementAt()
 o testRemoveAll()
 o testRemoveElement()

Variables

 o fEmpty
 protected Vector fEmpty
 o fFull
 protected Vector fFull

Constructors

 o VectorTest
 public VectorTest(String name)

Methods

 o setUp
 protected void setUp()
Sets up the fixture, for example, open a network connection.

Overrides:
setUp in class TestCase
 o testContains
 public void testContains()
 o testElementAt
 public void testElementAt()
 o testClone
 public void testClone()
 o testRemoveAll
 public void testRemoveAll()
 o testRemoveElement
 public void testRemoveElement()
 o testCapacity
 public void testCapacity()
 o suite
 public static Test suite()
 o activeSuite
 public static Test activeSuite()
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index