| org.jfree.chart.junit.HashUtilitiesTests
HashUtilitiesTests | public class HashUtilitiesTests extends TestCase (Code) | | Tests for the
HashUtilities class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testHashCodeForDoubleArray() Some sanity checks for the hashCodeForDoubleArray() method. |
HashUtilitiesTests | public HashUtilitiesTests(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. |
testHashCodeForDoubleArray | public void testHashCodeForDoubleArray()(Code) | | Some sanity checks for the hashCodeForDoubleArray() method.
|
|
|