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.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: