Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfree.chart.block.junit
Class GridArrangementTests  view GridArrangementTests download GridArrangementTests.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jfree.chart.block.junit.GridArrangementTests
All Implemented Interfaces:
junit.framework.Test

public class GridArrangementTests
extends junit.framework.TestCase

Tests for the org.jfree.chart.block.GridArrangement class.


Field Summary
private static double EPSILON
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
GridArrangementTests(java.lang.String name)
          Constructs a new set of tests.
 
Method Summary
private  org.jfree.chart.block.BlockContainer createTestContainer1()
           
static junit.framework.Test suite()
          Returns the tests as a test suite.
 void testCloning()
          Immutable - cloning is not necessary.
 void testEquals()
          Confirm that the equals() method can distinguish all the required fields.
 void testFN()
          Test arrangement with no constraints.
 void testNN()
          Test arrangement with no constraints.
 void testSerialization()
          Serialize an instance, restore it, and check for equality.
 
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
 

Field Detail

EPSILON

private static final double EPSILON
See Also:
Constant Field Values
Constructor Detail

GridArrangementTests

public GridArrangementTests(java.lang.String name)
Constructs a new set of tests.

Method Detail

suite

public static junit.framework.Test suite()
Returns the tests as a test suite.


testEquals

public void testEquals()
Confirm that the equals() method can distinguish all the required fields.


testCloning

public void testCloning()
Immutable - cloning is not necessary.


testSerialization

public void testSerialization()
Serialize an instance, restore it, and check for equality.


testNN

public void testNN()
Test arrangement with no constraints.


testFN

public void testFN()
Test arrangement with no constraints.


createTestContainer1

private org.jfree.chart.block.BlockContainer createTestContainer1()