Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Problems using org.eclipse.reddeer.e4 plugin #1953

Closed
fapdash opened this issue Sep 9, 2018 · 1 comment
Closed

Problems using org.eclipse.reddeer.e4 plugin #1953

fapdash opened this issue Sep 9, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@fapdash
Copy link

fapdash commented Sep 9, 2018

I'm currently trying to use the org.eclipse.reddeer.e4 plugin introduced in e13032b.
I couldn't find / add it to my dependencies after installing the packages listed in https://github.com/eclipse/reddeer/blob/master/README.md#step-1---install-reddeer-to-eclipse-ide, namely RedDeer Runtime/API and RedDeer UI features. Which package should I additionally install?

I then checked out reddeer from Git and tried to run WorkbenchPartTest.java but all the tests fail.
The instantiation of DefaultWorkbenchPart.java fails with a NPE because WorkbenchPartLookup#getWorkbenchPartWithLabel returns null.
To me it looks like those tests can't work since EPartService#getParts only returns the part already opened / managed by the EPartService and the parts that should get tested don't get opened by the test class.
Can you please tell me what I'm missing?

@odockal odockal self-assigned this Sep 18, 2018
@odockal odockal added the bug label Sep 18, 2018
@odockal odockal added this to the 2.4.0 milestone Sep 18, 2018
@odockal
Copy link
Collaborator

odockal commented Sep 18, 2018

@fapdash Hello, Thanks for reporting the issue. It really is an issue as e4 plugins are missing in feature part of project and will be added.

odockal added a commit to odockal/reddeer that referenced this issue Oct 30, 2018
odockal added a commit to odockal/reddeer that referenced this issue Oct 31, 2018
…ved#1953)

   - update archetype parameters in order to make it build

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
odockal added a commit to odockal/reddeer that referenced this issue Oct 31, 2018
…ved#1953)

   - update archetype parameters in order to make it build

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
odockal added a commit to odockal/reddeer that referenced this issue Nov 1, 2018
…ved#1953)

   - update archetype parameters in order to make it build

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants