| org.geotools.gui.swing.TestBase org.geotools.gui.swing.FeatureTableModelTest
FeatureTableModelTest | public class FeatureTableModelTest extends TestBase (Code) | | Tests
FeatureTableModel . The table will be shown only if the test is run from the
main method. Otherwise (i.e. if run from Maven), widgets are invisibles.
version: $Id: FeatureTableModelTest.java 27862 2007-11-12 19:51:19Z desruisseaux $ author: James Macgill, CCG |
Method Summary | |
public static void | main(String[] args) Run the test case from the command line. | protected void | setUp() Sets up a schema and a test feature. | public static Test | suite() Returns the test suite. | public void | testDisplay() Display the table. |
LOGGER | final protected static Logger LOGGER(Code) | | Standard logging instance.
|
FeatureTableModelTest | public FeatureTableModelTest(String testName)(Code) | | Creates a test case.
|
main | public static void main(String[] args)(Code) | | Run the test case from the command line.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testDisplay | public void testDisplay() throws Exception(Code) | | Display the table.
|
|
|