|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.test.assertions.RegexpMatch
public class RegexpMatch
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.
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 |
---|
public RegexpMatch()
Method Detail |
---|
public java.lang.String getExpectedString()
public void setExpectedString(java.lang.String string)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |