Skip to content

[java] move error message and stack trace annotation #339

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

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

titusfortner
Copy link
Collaborator

One-line summary

Rather than implementing annotation for cause and stack trace in all three test runners, just put it in one place

Description

  • adds a stop(Throwable cause) method (which assumes it is a failing test); this is preferred over session.stop(false)
  • adds Throwable cause as a required parameter on abort()

Types of Changes

  • New feature (non-breaking change which adds functionality)

Deployment Notes

These should highlight any db migrations, feature toggles, etc.

@titusfortner titusfortner merged commit a537497 into main Nov 4, 2024
8 checks passed
@titusfortner titusfortner deleted the errors branch November 4, 2024 21:44
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

Successfully merging this pull request may close these issues.

2 participants