Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] JUnit test for Display.post(Event)


Hi Stef,

Have you tried the following 2 snippets:

post mouse events (UI testing tools only)
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/snippits/snippet142.html

post key events (UI testing tools only)
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/snippits/snippet146.html

Chris

Back to the top