Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » block » junit » [javadoc | source]
org.jfree.chart.block.junit
public class: BorderArrangementTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.chart.block.junit.BorderArrangementTests
Tests for the BorderArrangement class.
Constructor:
 public BorderArrangementTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.chart.block.junit.BorderArrangementTests Summary:
suite,   testCloning,   testEquals,   testSerialization,   testSizing,   testSizingWithWidthConstraint
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.block.junit.BorderArrangementTests Detail:
 public static Test suite() 
    Returns the tests as a test suite.
 public  void testCloning() 
    Immutable - cloning is not necessary.
 public  void testEquals() 
    Confirm that the equals() method can distinguish all the required fields.
 public  void testSerialization() 
    Serialize an instance, restore it, and check for equality.
 public  void testSizing() 
    Run some checks on sizing.
 public  void testSizingWithWidthConstraint() 
    Run some checks on sizing when there is a fixed width constraint.