[Yanel-commits] rev 23482 - public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework

josias at wyona.com josias at wyona.com
Wed Mar 28 20:23:06 CEST 2007


Author: josias
Date: 2007-03-28 20:23:05 +0200 (Wed, 28 Mar 2007)
New Revision: 23482

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml
Log:
added info about Web tests naming convention

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml	2007-03-28 17:07:07 UTC (rev 23481)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml	2007-03-28 18:23:05 UTC (rev 23482)
@@ -45,9 +45,12 @@
 Choose the name of the class according to the following convention:
 </p>
 <p>
-*Test.java e.g. MyResourceTest.java
+*Test.java e.g. MyResourceTest.java for junit tests<br/>
 </p>
 <p>
+*WebTest.java e.g. MyResourceWebTest.java for htmlunit tests<br/>
+</p>
+<p>
 The tests which adhere to these conventions will be executed automatically by
 the testing framework.
 </p>




More information about the Yanel-commits mailing list