| org.geotools.coverage.ScaledColorSpaceTest
ScaledColorSpaceTest | public class ScaledColorSpaceTest extends TestCase (Code) | | Tests the
ScaledColorSpace implementation.
This is a visual test when run on the command line.
version: $Id: ScaledColorSpaceTest.java 20970 2006-08-11 07:53:22Z jgarnett $ author: Martin Desruisseaux |
Method Summary | |
public static void | main(String[] args) Run the visual test. | protected void | setUp() Set up common objects used for all tests. | public static Test | suite() Returns the test suite. | public void | testColorSpace() Test the color space. |
ScaledColorSpaceTest | public ScaledColorSpaceTest(String name)(Code) | | Constructs a test case with the given name.
|
setUp | protected void setUp() throws Exception(Code) | | Set up common objects used for all tests.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testColorSpace | public void testColorSpace()(Code) | | Test the color space.
|
|
|