You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Implement wizard for creating java interface via File -> New -> Other... -> Java -> Interface workbench menu. Inherit form NewMenuWizard similar to NewClassCreationWizard implementation and also implement proper page objects.
The text was updated successfully, but these errors were encountered:
This issue consist of implementing two classes that will offer user and easy way to interact with eclipse by opening and filling in value for new java interface wizard.
One should implement new java wizard dialog for opening the wizard from menu and new java wizard page implementing ui object. Do no forget the component tests.
…NewInterfaceWizardPage and NewInterfaceCreationWizard classes with necesary content and add a test for testing the implement Interface creation wizard classes.)
Signed-off-by: Zbynek Cervinka <zcervink@redhat.com>
zcervink
added a commit
to zcervink/reddeer
that referenced
this issue
Apr 9, 2019
Implement wizard for creating java interface via File -> New -> Other... -> Java -> Interface workbench menu. Inherit form NewMenuWizard similar to NewClassCreationWizard implementation and also implement proper page objects.
The text was updated successfully, but these errors were encountered: