Update of /cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit/plugin/jacobie
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9584/src/net/sourceforge/jwebunit/plugin/jacobie

Modified Files:
        JacobieDialog.java 
Log Message:
Added test methods to check checkboxes that are only known by a text label. Not 
yet implemented in JacobieDialog.

Index: JacobieDialog.java
===================================================================
RCS file: 
/cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit/plugin/jacobie/JacobieDialog.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** JacobieDialog.java  12 Aug 2005 18:23:17 -0000      1.9
--- JacobieDialog.java  22 Dec 2005 18:05:01 -0000      1.10
***************
*** 892,894 ****
--- 892,908 ----
        }
  
+     // The following methods have only been implemented in HttpUnitDialog
+     
+     public String getFormElementNameBeforeLabel(String formElementLabel) {
+         throw new UnsupportedOperationException("Method 
JacobieDialog#getFormElementNameBeforeLabel not implemented yet.");
+     }
+ 
+     public String getFormElementValueBeforeLabel(String formElementLabel) {
+         throw new UnsupportedOperationException("Method 
JacobieDialog#getFormElementValueBeforeLabel not implemented yet.");
+     }
+ 
+     public String getFormElementValueForLabel(String formElementLabel) {
+         throw new UnsupportedOperationException("Method 
JacobieDialog#getFormElementValueForLabel not implemented yet.");
+     }
+ 
  }
\ No newline at end of file



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to