example
Class FontChooserTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--junit.extensions.awt.AWTTestCase
                    |
                    +--example.FontChooserTest
All Implemented Interfaces:
junit.framework.Test

public class FontChooserTest
extends AWTTestCase

Simple test instance of AWTTestCase. Provides a setup method to instantate a gui for scripts to test.


Constructor Summary
FontChooserTest(java.lang.String name)
          Construct a test case with the given name.
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
          Provide a default test suite for this test case.
 
Methods inherited from class junit.extensions.awt.AWTTestCase
runTest
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontChooserTest

public FontChooserTest(java.lang.String name)
Construct a test case with the given name.
Method Detail

suite

public static junit.framework.Test suite()
Provide a default test suite for this test case.

main

public static void main(java.lang.String[] args)