junit.extensions.abbot
Class ScriptTestCase

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--junit.extensions.abbot.ComponentTestFixture
                    |
                    +--junit.extensions.abbot.ScriptFixture
                          |
                          +--junit.extensions.abbot.ScriptTestCase
All Implemented Interfaces:
Test

Deprecated. Use ScriptFixture instead.

public class ScriptTestCase
extends ScriptFixture


Inner classes inherited from class junit.extensions.abbot.ComponentTestFixture
ComponentTestFixture.ExceptionCatcher
 
Fields inherited from class junit.extensions.abbot.ComponentTestFixture
EVENT_GENERATION_DELAY, POPUP_DELAY, WINDOW_DELAY
 
Constructor Summary
ScriptTestCase(String filename)
          Deprecated. Sole Constructor.
 
Method Summary
static void main(String[] args)
          Deprecated. Assumes each argument is an Abbot script.
 
Methods inherited from class junit.extensions.abbot.ScriptFixture
runTest
 
Methods inherited from class junit.extensions.abbot.ComponentTestFixture
getFinder, getResolver, getRobot, getWindowTracker, hideWindow, installPopup, runBare, showFrame, showFrame, showPopup, showWindow, showWindow, showWindow
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, 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

ScriptTestCase

public ScriptTestCase(String filename)
Deprecated. 
Sole Constructor.
Method Detail

main

public static void main(String[] args)
Deprecated. 
Assumes each argument is an Abbot script. Runs each one.


Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge