org.speakright.demos.simpsons
Class InteractiveTester

java.lang.Object
  extended by org.speakright.demos.simpsons.InteractiveTester

public class InteractiveTester
extends java.lang.Object


Field Summary
static java.lang.String appDir
           
static java.lang.String dir
           
 
Constructor Summary
InteractiveTester()
           
 
Method Summary
static SRInteractiveTester createTester()
          Creates and initializes the app and tester.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appDir

public static java.lang.String appDir

dir

public static java.lang.String dir
Constructor Detail

InteractiveTester

public InteractiveTester()
Method Detail

main

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

createTester

public static SRInteractiveTester createTester()
Creates and initializes the app and tester.

Returns:
tester that is ready to be run.