| org.geotools.gce.image.WorldImageBaseTestCase org.geotools.gce.image.WorldImageWriterTest
WorldImageWriterTest | public class WorldImageWriterTest extends WorldImageBaseTestCase (Code) | | Test class for WorldImageWriter. This test tries to read, writer and re-read
successive images checking for errors.
author: Simone Giannecchini author: rgould |
Method Summary | |
public static void | main(String[] args) TestRunner for testing inside a java application. | protected void | setUp() | public void | testWrite() This method simply read all the respecting a predefined pattern inside
the testData directory and then it tries to read, write and re-read them
back. |
WorldImageWriterTest | public WorldImageWriterTest(String name)(Code) | | |
main | public static void main(String[] args)(Code) | | TestRunner for testing inside a java application. It gives us the ability
to keep windows open to inspect what happened.
Parameters: args - |
|
|