org.corpstein.image
Class TestChartData

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.corpstein.image.TestChartData
All Implemented Interfaces:
junit.framework.Test

public class TestChartData
extends junit.framework.TestCase

Unit tests for the org.corpstein.image.ChartData class.

Version:
$Revision: 1.2 $ $Date: 2005/04/24 20:58:37 $
Author:
David Corpstein

Constructor Summary
TestChartData()
           
 
Method Summary
static void main(java.lang.String[] args)
          Added so that the test can be run directly
 void testAddLabel()
           
 void testAddPoint()
           
 void testAddValue()
           
 void testGetLabel()
           
 void testGetSetTitle()
           
 void testToString()
           
 void testValidate()
           
 void testValidateColumns()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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
 

Constructor Detail

TestChartData

public TestChartData()
Method Detail

testAddLabel

public void testAddLabel()

testAddPoint

public void testAddPoint()

testAddValue

public void testAddValue()

testGetLabel

public void testGetLabel()

testToString

public void testToString()

testGetSetTitle

public void testGetSetTitle()

testValidate

public void testValidate()

testValidateColumns

public void testValidateColumns()

main

public static void main(java.lang.String[] args)
Added so that the test can be run directly



Last update: 20050424 1651