| org.geotools.coverage.CategoryListTest
CategoryListTest | public class CategoryListTest extends TestCase (Code) | | Test the
CategoryList implementation.
version: $Id: CategoryListTest.java 27848 2007-11-12 13:10:32Z desruisseaux $ author: Martin Desruisseaux |
CategoryListTest | public CategoryListTest(String name)(Code) | | Constructs a test case with the given name.
|
compare | public static void compare(double[] output0, double[] output1, double eps)(Code) | | Compare two arrays. Special comparaison is performed for NaN values.
|
main | public static void main(String[] args)(Code) | | Run the suite from the command line.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testArgumentChecks | public void testArgumentChecks()(Code) | | Test the
CategoryList constructor.
|
|
|