Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

abbot.script
Class ScriptTestSuite  view ScriptTestSuite download ScriptTestSuite.java

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byabbot.script.ScriptTestSuite
All Implemented Interfaces:
junit.framework.Test

public class ScriptTestSuite
extends junit.framework.TestSuite

Script test suite for abbot.


Field Summary
 
Fields inherited from class junit.framework.TestSuite
 
Constructor Summary
ScriptTestSuite(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the full test suite.
static junit.framework.Test suite()
          Assembles and returns a test suite containing all the tests we'd like to run on a regular basis.
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptTestSuite

public ScriptTestSuite(java.lang.String name)
Method Detail

suite

public static junit.framework.Test suite()
Assembles and returns a test suite containing all the tests we'd like to run on a regular basis.


main

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