org.corpstein.image
Class TestChartStyle

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

public class TestChartStyle
extends junit.framework.TestCase

Unit tests for the org.corpstein.images.ChartStyle class.

Version:
$Revision: 1.4 $ $Date: 2005/04/24 21:02:54 $
Author:
David Corpstein

Constructor Summary
TestChartStyle()
           
 
Method Summary
static void main(java.lang.String[] args)
          Added so that the test can be run directly
 void testGetSetBarPaint()
           
 void testGetSetBooleans()
           
 void testGetSetFonts()
           
 void testGetSetKeyTitleFontMinimumSize()
           
 void testGetSetKeyType()
           
 void testGetSetPaint()
           
 void testToString()
           
 
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

TestChartStyle

public TestChartStyle()
Method Detail

testGetSetBarPaint

public void testGetSetBarPaint()

testGetSetBooleans

public void testGetSetBooleans()

testGetSetPaint

public void testGetSetPaint()

testGetSetFonts

public void testGetSetFonts()

testGetSetKeyTitleFontMinimumSize

public void testGetSetKeyTitleFontMinimumSize()

testGetSetKeyType

public void testGetSetKeyType()

testToString

public void testToString()

main

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



Last update: 20050424 1651