Possible solutions:
* provide special functions in the test language or "phantom
properties"
* extend test language for method call chains like
myList.model.size
* provide special handling for model and allow access to all
model methods directly at the widget, like myList.size - but
this may cause method name clashes (with size at Jlist this
actually is the case)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=476208
Possible solutions:
* provide special functions in the test language or "phantom
properties"
* extend test language for method call chains like
myList.model.size
* provide special handling for model and allow access to all
model methods directly at the widget, like myList.size - but
this may cause method name clashes (with size at Jlist this
actually is the case)