org.apache.tapestry.test
Class ScriptedTestSession

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

public class ScriptedTestSession
extends java.lang.Object

Executes a series of requests and assertions specified by a {@link org.apache.tapestry.test.ScriptDescriptor).

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
ScriptedTestSession(ScriptDescriptor descriptor)
           
 
Method Summary
 void execute()
           
 RegexpMatcher getMatcher()
           
 MockResponse getResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptedTestSession

public ScriptedTestSession(ScriptDescriptor descriptor)
Method Detail

execute

public void execute()

getResponse

public MockResponse getResponse()

getMatcher

public RegexpMatcher getMatcher()