Skip to content
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

Refactor unit test so that they can be reused #258

Merged
merged 2 commits into from
Mar 22, 2020

Conversation

jeffmaury
Copy link
Member

  • Add Eclipse-ExtensibleAPI to jdt.core so that Eclipse understands it will be extended by test fragment
  • Add to remove the jdt.quarkus dependency from the test dependency as it cause cyclic loop in Eclise
  • Add jdt.quarkus to the test jdt.test runtime
  • Update tests to use static variable

Signed-off-by: Jeff MAURY jmaury@redhat.com

- Add Eclipse-ExtensibleAPI to jdt.core so that Eclipse understands it will be extended by test fragment
- Add to remove the jdt.quarkus dependency from the test dependency as it cause cyclic loop in Eclise
- Add jdt.quarkus to the test jdt.test runtime
- Update tests to use static variable

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
@jeffmaury jeffmaury marked this pull request as ready for review March 20, 2020 14:18
@angelozerr angelozerr added this to the v0.0.6 milestone Mar 22, 2020
@angelozerr angelozerr merged commit accfacf into redhat-developer:master Mar 22, 2020
@xorye xorye added the build label Apr 15, 2020
@jeffmaury jeffmaury deleted the GH-187 branch November 26, 2021 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor unit tests so that they can be reused for validating alternate IJDTUtils implementations
3 participants