Save This Page
Home » jcommon-1.0.13 » org.jfree.junit » [javadoc | source]
org.jfree.junit
public class: StrokeTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.junit.StrokeTests
Tests for the Stroke interface and known subclass BasicStroke .
Constructor:
 public StrokeTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.junit.StrokeTests Summary:
suite,   testBasicStrokeEquals,   testColorHashcode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.junit.StrokeTests Detail:
 public static Test suite() 
    Returns the tests as a test suite.
 public  void testBasicStrokeEquals() 
    Check that the equals() method distinguishes all fields.
 public  void testColorHashcode() 
    Two objects that are equal are required to return the same hashCode.