Implement this interface to provide some data to the main toolbar. E.g. - state of the Run action button. I think it can be implemented as a property container with names instead of using methods.
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
isRunActionEnabled() Indicates either Run action can be executed at the moment. |
|
boolean |
isStopActionAvailable() Indicates either test execution can be stopped at all. |
Indicates either Run action can be executed at the moment. If run possible the Run button on the main toolbar will be enabled.
Indicates either test execution can be stopped at all. E.g. Groovy Script test step can't be terminated. If stop possible the Stop will be enabled on the main toolbar.