Author: pmouawad
Date: Tue Feb 28 10:40:42 2012
New Revision: 1294561

URL: http://svn.apache.org/viewvc?rev=1294561&view=rev
Log:
Add help message

Modified:
    jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java

Modified: jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java?rev=1294561&r1=1294560&r2=1294561&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java (original)
+++ jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java Tue Feb 28 
10:40:42 2012
@@ -583,7 +583,7 @@ public class JMeterTest extends JMeterTe
                                     new Object[] { myThis }));
                         } catch (NoSuchMethodException f) {
                             // no luck. Ignore this class
-                            System.out.println("o.a.j.junit.JMeterTest WARN: " 
+ exName + ": NoSuchMethodException  " + n);
+                            System.out.println("o.a.j.junit.JMeterTest WARN: " 
+ exName + ": NoSuchMethodException  " + n + ", missing empty Constructor or 
Constructor with Object parameter");
                         }
                     }
                 } catch (NoClassDefFoundError e) {


Reply via email to