sebb 2005/09/23 16:53:55
Modified: xdocs/usermanual Tag: rel-2-1 component_reference.xml
Log:
Add ORO Pattern matching page reference
Revision Changes Path
No revision
No revision
1.121.2.10 +7 -2 jakarta-jmeter/xdocs/usermanual/component_reference.xml
Index: component_reference.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
retrieving revision 1.121.2.9
retrieving revision 1.121.2.10
diff -u -r1.121.2.9 -r1.121.2.10
--- component_reference.xml 22 Sep 2005 18:12:38 -0000 1.121.2.9
+++ component_reference.xml 23 Sep 2005 23:53:55 -0000 1.121.2.10
@@ -1945,7 +1945,12 @@
<description><p>The response assertion control panel lets you add pattern
strings to be compared against various
fields of the response.
- The pattern strings are Perl5-style regular expressions. You can also
choose whether the strings will be expected
+ The pattern strings are Perl5-style regular expressions.
+ </p>
+ <p>
+ A summary of the pattern matching characters can be found at <a
href="http://jakarta.apache.org/oro/api/org/apache/oro/text/regex/package-summary.html">http://jakarta.apache.org/oro/api/org/apache/oro/text/regex/package-summary.html</a>
+ </p>
+ <p>You can also choose whether the strings will be expected
to <b>match</b> the entire response, or if the response is only expected to
<b>contain</b> the
pattern. You can attach multiple assertions to any controller for additional
flexibility.</p>
<p>Note that the pattern string should not include the enclosing delimiters,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]