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

Incorrect empty error message representation #327

Closed
Hello-zoka opened this issue Aug 29, 2024 · 1 comment
Closed

Incorrect empty error message representation #327

Hello-zoka opened this issue Aug 29, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Hello-zoka
Copy link
Collaborator

Hello-zoka commented Aug 29, 2024

Describe the bug
If we use incompatible jacoco and Java versions, empty tests produce an error, which is represented with an empty window.

To Reproduce

  • Clone repo from the development branch, run "Run IDE for UI Tests"
  • Create a standard IntelliJ IDEA project with open SDK 21(This causes error due to incompatibility with jacoco)
  • Add JUnit 5.8.1 in .iml configuration using maven
  • Generate tests on main class through TestSpark
  • Empty one of the tests, run it ---> incorrect tests + error message is not displaying

Expected behavior
Empty tests have to display an error message to be successful.

Screenshots

  • Screenshot for empty test
Screenshot 2024-08-29 at 16 36 33

Additional context
The problem occurred due to the incompatibility of the Jacoco version and java21, which led to the strange behavior of error message representation.

@arksap2002 arksap2002 added bug Something isn't working Urgent Urgant PR and removed Urgent Urgant PR labels Aug 29, 2024
@Hello-zoka Hello-zoka changed the title Incorrect error message window representation Incorrect empty error message representation Sep 3, 2024
@Hello-zoka Hello-zoka self-assigned this Oct 7, 2024
@Hello-zoka
Copy link
Collaborator Author

Solved by #362 and #340

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

No branches or pull requests

2 participants