Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » ui » junit » [javadoc | source]
org.jfree.chart.ui.junit
public class: ColorPaletteTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.chart.ui.junit.ColorPaletteTests
Tests for the ColorPalette class.
Constructor:
 public ColorPaletteTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.chart.ui.junit.ColorPaletteTests Summary:
suite,   testCloning,   testEquals
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.ui.junit.ColorPaletteTests Detail:
 public static Test suite() 
    Returns the tests as a test suite.
 public  void testCloning() 
    Confirm that cloning works.
 public  void testEquals() 
    Confirm that the equals method can distinguish all the required fields.