You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2008/02/20 13:54:30 UTC

svn commit: r629444 - /jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: sebb
Date: Wed Feb 20 04:54:28 2008
New Revision: 629444

URL: http://svn.apache.org/viewvc?rev=629444&view=rev
Log:
Document Response Assertion "Equals" radio button.

Modified:
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=629444&r1=629443&r2=629444&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Feb 20 04:54:28 2008
@@ -2490,11 +2490,19 @@
                 Note that this will have the effect of clearing any previous assertion failures,
                 so make sure that this is only set on the first assertion.
                 </property>
-        <property name="Pattern Matching Rules" required="Yes">Indicates whether the text being tested
-        must CONTAIN or MATCH the test patterns.  NOT may also be selected to indicate the text
-        should NOT CONTAIN or NOT MATCH the test patterns.</property>
-        <property name="Patterns to Test" required="Yes">A list of regular expressions to
-        be tested.  Each pattern is tested separately.  There is no difference between setting up
+        <property name="Pattern Matching Rules" required="Yes">Indicates how the text being tested
+        is checked against the pattern.
+        <ul>
+        <li>Contains - true if the text contains the regular expression pattern</li>
+        <li>Matches - true if the whole text matches the regular expression pattern</li>
+        <li>Equals - true if the whole text equals the pattern string (case-sensitive)</li>
+        </ul>
+        NOT may also be selected to invert the result of the check.</property>
+        <property name="Patterns to Test" required="Yes">A list of patterns to
+        be tested.  
+        Each pattern is tested separately. 
+        If a pattern fails, then further patterns are not checked.
+        There is no difference between setting up
         one Assertion with multiple patterns and setting up multiple Assertions with one
         pattern each (assuming the other options are the same).
         <b>However, when the Ignore Status checkbox is selected, this has the effect of cancelling any



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org