forked from eclipse-archived/reddeer
-
Notifications
You must be signed in to change notification settings - Fork 1
Views
Vlado Pakan edited this page May 17, 2013
·
9 revisions
Views API offers simple way how to use all functionality offered by particular view.
Tests usually consist of these steps:
- Instantiate RedDeer class implementing tested view
- Open tested view via method open
<view>.open()- Invoke required methods handling interaction with view
<view>.<method0(...)>
<view>.<method1(...)>
<view>.<method2(...)>
For more details see documentation of Package Explorer view.
JBoss Red Deer - Quick Links
- Home
- [Release notes] (/jboss-reddeer/reddeer/wiki/Release-notes)
- Articles
- JavaDoc
- User guide
- Contributor Guide
- FAQ