| Summary: | Provide possibility to generate more than one line of code & imports using one generation rule | ||
|---|---|---|---|
| Product: | [Technology] SWTBot | Reporter: | Rastislav Wagner <rawagner> |
| Component: | Recorder/Generator | Assignee: | Rastislav Wagner <rawagner> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mistria |
| Version: | unspecified | ||
| Target Milestone: | 2.2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
@Rastislav: isn't this issue already fixed? |
This might come handy if in the future we will want to generate more "chattier" code ie instead of bot.shell("New Project").activate(); we will do SWTBotShell shell = bot.shell("New Project"); shell.activate(); and also for RedDeer which needs two lines of code to identify widget inside group etc SWTBot: bot.button("group","buttonText"); RedDeer: new Group("group"); new PushButton("buttonText");