Letractively / aost

Automatically exported from code.google.com/p/aost
Other
1 stars 0 forks source link

CheckBox missing getValue() method #229

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

I get this error when clicking on the Submit Btn.
testLogin(test.NetFlixTestCase)  Time elapsed: 5.358 sec  <<< ERROR!
groovy.lang.MissingMethodException: No signature of method:
org.tellurium.object.UiObject.getValue() is applicable for argument types:
(org.tellurium.dsl.BaseDslContext$_getValue_closure36) values:
[org.tellurium.dsl.BaseDslContext$_getValue_closure36@a6d35]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorI
mpl.java:39)
    at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorA
ccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

According to the User Guide, I should be able to use getValue for Checkbox.

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 16 Jul 2009 at 6:41

GoogleCodeExporter commented 9 years ago
It turned out that we forgot to add the getValue() method to the checkbox
object.Fixed it for 0.7.0-SNAPSHOT.

Original comment by John.Jian.Fang@gmail.com on 16 Jul 2009 at 6:42