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

Opentest4j missing #359

Open
Hello-zoka opened this issue Sep 13, 2024 · 0 comments · May be fixed by #362
Open

Opentest4j missing #359

Hello-zoka opened this issue Sep 13, 2024 · 0 comments · May be fixed by #362
Assignees
Labels
bug Something isn't working

Comments

@Hello-zoka
Copy link
Collaborator

Hello-zoka commented Sep 13, 2024

Describe the bug
The error below occurs during the execution with Java agents for xml from jacoco creation
org.junit.platform.commons.JUnitException: TestEngine with ID 'junit-jupiter' failed to execute tests Caused by: java.lang.NoClassDefFoundError: org/opentest4j/TestAbortedException Caused by: java.lang.ClassNotFoundException: org.opentest4j.TestAbortedException at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ===

Such a problem occurs while running test for Kotlin through UI

To Reproduce
Run headless mode with xml collection + Some project configuration specifics

Solution
Add opentest4j into libraries

@Hello-zoka Hello-zoka added the bug Something isn't working label Sep 13, 2024
@Hello-zoka Hello-zoka self-assigned this Sep 13, 2024
@Hello-zoka Hello-zoka linked a pull request Sep 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant