org.apache.tapestry.test.assertions
Class RegexpMatch

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.tapestry.test.assertions.RegexpMatch
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class RegexpMatch
extends org.apache.hivemind.impl.BaseLocatable

Used within a AssertRegexp to identify a single substring matched against the response. Basically, a wrapper around a string so that the location of the string can be tracked for error reporting purposes.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
RegexpMatch()
           
 
Method Summary
 java.lang.String getExpectedString()
           
 void setExpectedString(java.lang.String string)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexpMatch

public RegexpMatch()
Method Detail

getExpectedString

public java.lang.String getExpectedString()

setExpectedString

public void setExpectedString(java.lang.String string)