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 2007/12/13 13:40:05 UTC

svn commit: r603906 - /jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestWhileController.java

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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org