Apparently you don't seem to tell the people on the list what homework  
you've done so far. Things in SWTBot are quite simple, it's less than  
5000 lines of actual code!

There's three parts to SWTBot:
1. Finder, knows how to find widgets, their, children, and their  
children, until it finds nothing.
2. Matcher, the finder is provided with a matcher, that matches each  
widget as it is found. If a widget is matched, it is retained to be  
returned later.
3. Wrappers around widgets to encapsulate the operations and querying  
of state for the given widget.

If you want to know more about how these individual things work, I'd  
recommend looking at the tests, breaking them to see what goes wrong,  
and analyzing why they go wrong.

-- Ketan


On 13-Oct-08, at 1:15 PM, Veneet wrote:

>
> Hi Guys
>
>     can anyone shed a little light on the Finder and the Matcher  
> classes
>     i went thru the API and didnot entirely understand them...!
>
>     A little Desc on the Same would be very HelpFul
>
>
> thanks a lot
>
> B bye
> Veneet
> -- 
> View this message in context: 
> http://www.nabble.com/SWTBot-API-Query-tp19950193p19950193.html
> Sent from the SWTBot Users List mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's  
> challenge
> Build the coolest Linux based applications with Moblin SDK & win  
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere in  
> the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> SWTBot-users mailing list
> SWTBot-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/swtbot-users
> http://swtbot.org/ - a functional testing tool for SWT/Eclipse
>



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
SWTBot-users mailing list
SWTBot-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swtbot-users
http://swtbot.org/ - a functional testing tool for SWT/Eclipse

Reply via email to