jira-testkit-client breaks wired integration tests

Issue #7 new
Björn Kautler created an issue

I added the jira-testkit-client dependency to a project and immediately the wired integration tests failed.
The reason is, that jira-testkit-client depends on junit-dep, which is then included in the test artifact of the project.
This causes the test classes to be annotated with the class from the bundle class loader of the tests bundle, but when searching for tests, it searches for methods with the annotation from the junit bundle which fails of course and results in “No tests found” failure.

Comments (2)

  1. Björn Kautler reporter

    Work-around is to exclude junit-dep from the jira-testkit-client transitive dependencies.

  2. Log in to comment