test
Class ScriptEditorTest

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

public class ScriptEditorTest
extends AWTTestCase

Simple test instance of AWTTestCase


Constructor Summary
ScriptEditorTest(java.lang.String name)
          Construct a test case with the given name.
 
Method Summary
static void main(java.lang.String[] args)
          Run the default test suite.
static junit.framework.Test suite()
          Return the full suite of this test case's variations.
 
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

ScriptEditorTest

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

suite

public static junit.framework.Test suite()
Return the full suite of this test case's variations.

main

public static void main(java.lang.String[] args)
Run the default test suite.