Author: sebb
Date: Thu Dec 13 04:39:59 2007
New Revision: 603906
URL: http://svn.apache.org/viewvc?rev=603906&view=rev
Log:
Document structure of test
Modified:
jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestWhileController.java
Modified:
jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestWhileController.java
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestWhileController.java?rev=603906&r1=603905&r2=603906&view=diff
==============================================================================
---
jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestWhileController.java
(original)
+++
jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestWhileController.java
Thu Dec 13 04:39:59 2007
@@ -157,6 +157,17 @@
assertNull(nextName(controller));
}
+ /*
+ * Generic Controller
+ * - before
+ * - While Controller ${VAR}
+ * - - one
+ * - - two
+ * - - Simple Controller
+ * - - - three
+ * - - - four
+ * - after
+ */
public void testVariable1() throws Exception {
GenericController controller = new GenericController();
WhileController while_cont = new WhileController();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]