| |
|
| org.geotools.coverage.CategoryTest
CategoryTest | public class CategoryTest extends TestCase (Code) | | Tests the
Category implementation.
version: $Id: CategoryTest.java 27848 2007-11-12 13:10:32Z desruisseaux $ author: Martin Desruisseaux |
Constructor Summary | |
public | CategoryTest(String name) Constructs a test case with the given name. |
Method Summary | |
public static void | main(String[] args) Run the suite from the command line. | public static Test | suite() Returns the test suite. | public void | testLinearCategory() Make sure that linear category produce the expected result. | public void | testQualitativeCategory() Make sure that qualitative category produce the expected result. |
CategoryTest | public CategoryTest(String name)(Code) | | Constructs a test case with the given name.
|
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.
|
testLinearCategory | public void testLinearCategory() throws TransformException(Code) | | Make sure that linear category produce the expected result.
This test check also if the default
MathTransform1D for a linear relation is right.
|
testQualitativeCategory | public void testQualitativeCategory() throws TransformException(Code) | | Make sure that qualitative category produce the expected result.
|
|
|
|