java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.jfree.chart.block.junit.ColumnArrangementTests
- All Implemented Interfaces:
- junit.framework.Test
- public class ColumnArrangementTests
- extends junit.framework.TestCase
Tests for the org.jfree.chart.block.ColumnArrangement class.
| Fields inherited from class junit.framework.TestCase |
|
|
Method Summary |
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 |
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 |
ColumnArrangementTests
public ColumnArrangementTests(java.lang.String name)
- Constructs a new set of tests.
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.