org.apache.tapestry.test
Class ScriptRunner

java.lang.Object
  extended by org.apache.tapestry.test.ScriptRunner

public class ScriptRunner
extends java.lang.Object

An object that can execute a script. This is at the heart of any test built around a script.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
ScriptRunner(java.lang.String path)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptRunner

public ScriptRunner(java.lang.String path)