example.test
Class CounterTest

java.lang.Object
  extended by example.test.CounterTest

public class CounterTest
extends Object

Test class made by ComTest

Version:
2010.02.20 15:50:51 // Generated by ComTest

Constructor Summary
CounterTest()
           
 
Method Summary
 void doAfter()
           
 void doInit()
           
 void testCounterAdd()
          testCounterAdd
 void testCounterAddTable()
          testCounterAddTable
 void testCounterAddTable2()
          testCounterAddTable2
 void testCounterAddTable3()
          testCounterAddTable3
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterTest

public CounterTest()
Method Detail

doInit

public void doInit()

doAfter

public void doAfter()

testCounterAdd

public void testCounterAdd()
                    throws IndexOutOfBoundsException,
                           Exception
testCounterAdd

Throws:
IndexOutOfBoundsException - when error
Exception - when error

testCounterAddTable

public void testCounterAddTable()
testCounterAddTable


testCounterAddTable2

public void testCounterAddTable2()
testCounterAddTable2


testCounterAddTable3

public void testCounterAddTable3()
testCounterAddTable3