edu.ucla.util.code
Class ScriptTest

Object
  extended by ScriptTest

public class ScriptTest
extends Object

Tests each of the ScriptGenius sub classes by writing scripts.

Since:
032905
Author:
Keith Cascio

Field Summary
static String STR_FLAG_MINUS
           
static String STR_FLAG_PLUS
           
 
Constructor Summary
ScriptTest(String[] args)
           
 
Method Summary
static int fail(String message, Throwable throwable)
           
static void main(String[] args)
           
 boolean shouldRun(String language)
           
 void testRoot()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_FLAG_MINUS

public static final String STR_FLAG_MINUS
See Also:
Constant Field Values

STR_FLAG_PLUS

public static final String STR_FLAG_PLUS
See Also:
Constant Field Values
Constructor Detail

ScriptTest

public ScriptTest(String[] args)
Method Detail

main

public static void main(String[] args)

testRoot

public void testRoot()
              throws Exception
Throws:
Exception

shouldRun

public boolean shouldRun(String language)

fail

public static int fail(String message,
                       Throwable throwable)


Copyright 2010 UCLA Automated Reasoning Group