Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] Addition to Recorder API ?

Hi all,

As SWTBot Recorder will be demoed at EclipseCon ( https://www.eclipsecon.org/na2014/session/integration-tests-rcp-made-easy-swtbot-and-tycho ), I'm working on setting up a nice usage scenario. As part of this demo, I'm working on adding a few rules to have the recorder support some more operations. See this proposed change for examples: https://git.eclipse.org/r/21391 .
In this change, I have added a getWidget() method on the GeneratorSimpleRule abstract class. This is pretty helpful in order to set up complex rules, especially if those mix several Event types.

If you have any objection to this API change, please go and vote -1 on the Gerrit review explaining what you think is wrong about that and what would be better. If you like it (and the other parts of the patch), please go and vote +1.

Cheers,

PS: some similar questions will come in the next weeks, stay tuned ;)
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top