| org.jfree.chart.needle.junit.MeterNeedleTests
MeterNeedleTests | public class MeterNeedleTests extends TestCase (Code) | | Tests for the
MeterNeedle class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testEquals() Check that the equals() method can distinguish all fields. |
MeterNeedleTests | public MeterNeedleTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
suite | public static Test suite()(Code) | | Returns the tests as a test suite.
The test suite. |
testEquals | public void testEquals()(Code) | | Check that the equals() method can distinguish all fields.
|
|
|