| org.geotools.util.MonolineFormatterTest
MonolineFormatterTest | final public class MonolineFormatterTest extends TestCase (Code) | | Test the
MonolineFormatter class.
version: $Id: MonolineFormatterTest.java 24576 2007-02-24 00:07:40Z desruisseaux $ author: Martin Desruisseaux |
Method Summary | |
public static void | main(String[] args) Run the test from the commande line. | protected void | setUp() Set up common objects used for all tests. | public static Test | suite() Returns the test suite. | public void | testInitialization() Run the test. |
MonolineFormatterTest | public MonolineFormatterTest(String name)(Code) | | Constructs a test case with the given name.
|
main | public static void main(String[] args)(Code) | | Run the test from the commande line. The
GeotoolsHandler will be registered
only if the -init option was explicitely specified on the command line.
Otherwise, GeotoolsHandler will be used only if declared in
jre/lib/logging.properties .
|
setUp | protected void setUp() throws Exception(Code) | | Set up common objects used for all tests. This initialization is performed by
JUnit, but is not performed when the test is run from the
command line. Instead, the initialization on command line is controled by
the optional "-init" argument.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testInitialization | public void testInitialization()(Code) | | Run the test. This is only a visual test.
|
|
|