Author: sebb
Date: Sat Jun 13 11:17:04 2009
New Revision: 784373
URL: http://svn.apache.org/viewvc?rev=784373&view=rev
Log:
Document additional JUnit sampler options
Modified:
jakarta/jmeter/trunk/docs/images/screenshots/junit_sampler.png
jakarta/jmeter/trunk/xdocs/images/screenshots/junit_sampler.png
jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jakarta/jmeter/trunk/docs/images/screenshots/junit_sampler.png
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/images/screenshots/junit_sampler.png?rev=784373&r1=784372&r2=784373&view=diff
==============================================================================
Binary files - no diff available.
Modified: jakarta/jmeter/trunk/xdocs/images/screenshots/junit_sampler.png
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/junit_sampler.png?rev=784373&r1=784372&r2=784373&view=diff
==============================================================================
Binary files - no diff available.
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=784373&r1=784372&r2=784373&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Jun 13
11:17:04 2009
@@ -1231,7 +1231,7 @@
-<component name="JUnit Request" index="§-num;.1.16" width="522"
height="405" screenshot="junit_sampler.png">
+<component name="JUnit Request" index="§-num;.1.16" width="525"
height="479" screenshot="junit_sampler.png">
<description>
The current implementation supports standard Junit convention and extensions.
It also
includes extensions like oneTimeSetUp and oneTimeTearDown. The sampler works
like the
@@ -1275,20 +1275,22 @@
<properties>
<property name="Name" required="">Descriptive name for this element that is
shown in the tree.</property>
<property name="Package filter" required="">Comma separated list of packages
to show. Example, org.apache.jmeter,junit.framework.</property>
- <property name="Class name" required="">Fully qualified name of the JUnit
test class.</property>
+ <property name="Class name" required="Yes">Fully qualified name of the JUnit
test class.</property>
<property name="Constructor string" required="">String pass to the string
constructor. If a string is set, the sampler will use the
string constructor instead of the empty constructor.</property>
- <property name="Test method" required="">The method to test.</property>
+ <property name="Test method" required="Yes">The method to test.</property>
<property name="Success message" required="">A descriptive message
indicating what success means.</property>
<property name="Success code" required="">An unique code indicating the test
was successful.</property>
<property name="Failure message" required="">A descriptive message
indicating what failure means.</property>
<property name="Failure code" required="">An unique code indicating the test
failed.</property>
<property name="Error message" required="">A description for
errors.</property>
<property name="Error code" required="">Some code for errors. Does not need
to be unique.</property>
- <property name="Do not call setUp and tearDown" required="">Set the sampler
not to call setUp and tearDown.
+ <property name="Do not call setUp and tearDown" required="Yes">Set the
sampler not to call setUp and tearDown.
By default, setUp and tearDown should be called. Not calling those methods
could affect the test and make it inaccurate.
This option should only be used with calling oneTimeSetUp and
oneTimeTearDown. If the selected method is oneTimeSetUp or oneTimeTearDown,
this option should be checked.</property>
+ <property name="Append assertion errors" required="Yes">Whether or not to
append assertion errors to the response message.</property>
+ <property name="Append runtime exceptions" required="Yes">Whether or not to
append runtime exceptions to the response message. Only applies if "Append
assertion errors" is not selected.</property>
</properties>
</component>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]