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

java_test_suite doesn't link back for parameterised tests #286

Open
daniel-b2c2 opened this issue Jun 26, 2024 · 0 comments
Open

java_test_suite doesn't link back for parameterised tests #286

daniel-b2c2 opened this issue Jun 26, 2024 · 0 comments

Comments

@daniel-b2c2
Copy link

daniel-b2c2 commented Jun 26, 2024

Sorry if this is the wrong place, but it's sometime hard to guess where the responsibility for certain functionality sits.

I've written a set of unit tests in my bazel java project, and I'm using java_test_suite with JUNIT5 so that I can run these tests in my IDE.

If a test fails, you usually double-click the failing test in the report window to jump to the source code for that test, it would normally jump to either the method, or the failing assertion.

Some tests are @ParameterizedTest, and these tests don't allow you to click them to get back to the source code, even though they should at least go to the test method responsible.

Is there anything that can be done about this?

Please advise if this missing functionality belongs elsewhere (like the intellj bazel plugin etc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant