-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Eclipse Favorites - for static import of org.testng.Assert.* #154
Comments
@verhagen so the short answer is, no, i don't think we can support this at the moment, please manually add it. |
@verhagen, the feature is available in latest beta now: http://beust.com/eclipse-beta |
now the static import |
It would be nice to have the Assert static imports available under Content Assist Favorites. Added by the TestNG plug-in. If the Assert static imports are available in that way, importing a static method is easier, as they appear on top of the suggestion list.
Like when coding
I've no idea if it is possible to create an Favorites entry, by another plug-in.
The action plan below, shows how it is done manually.
Action Plan
static
classes, that are found.org.testng
org.testng.Assert.*
The text was updated successfully, but these errors were encountered: