| org.geotools.gui.swing.ProgressWindowTest
ProgressWindowTest | public class ProgressWindowTest extends TestCase (Code) | | Test
ProgressWindow . The window will be displayed only if this test
is executed through its
ProgressWindowTest.main main method.
version: $Id: ProgressWindowTest.java 20883 2006-08-07 13:48:09Z jgarnett $ author: Martin Desruisseaux |
Method Summary | |
public static void | main(String[] args) Run the test case from the command line. | public static Test | suite() Returns the suite of tests. | public void | testProgress() |
ProgressWindowTest | public ProgressWindowTest(String name)(Code) | | Construct the test case.
|
main | public static void main(String[] args) throws Exception(Code) | | Run the test case from the command line.
|
suite | public static Test suite()(Code) | | Returns the suite of tests.
|
testProgress | public void testProgress() throws InterruptedException(Code) | | Test the progress listener with a progress ranging from 0 to 100%
|
|
|