money.test.impl
Class VectorTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bymoney.test.impl.VectorTest
All Implemented Interfaces:
junit.framework.Test

public class VectorTest
extends junit.framework.TestCase

A sample test case, testing java.util.Vector.


Field Summary
protected  Vector fEmpty
           
protected  Vector fFull
           
 
Constructor Summary
VectorTest(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
 void testCapacity()
           
 void testClone()
           
 void testContains()
           
 void testElementAt()
           
 void testRemoveAll()
           
 void testRemoveElement()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fEmpty

protected Vector fEmpty

fFull

protected Vector fFull
Constructor Detail

VectorTest

public VectorTest(String name)
Method Detail

main

public static void main(String[] args)

setUp

protected void setUp()

suite

public static junit.framework.Test suite()

testCapacity

public void testCapacity()

testClone

public void testClone()

testContains

public void testContains()

testElementAt

public void testElementAt()

testRemoveAll

public void testRemoveAll()

testRemoveElement

public void testRemoveElement()