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

Rethrow throwable caught on building test code space #230

Closed
sormuras opened this issue Apr 15, 2021 · 0 comments
Closed

Rethrow throwable caught on building test code space #230

sormuras opened this issue Apr 15, 2021 · 0 comments
Labels
Milestone

Comments

@sormuras
Copy link
Owner

At the moment, event handlers are notified via

try {
buildTestSpace();
onTestsSuccessful();
} catch (Throwable throwable) {
onTestsFailed(throwable);
}

If there's none, an error is swallowed silently.

@sormuras sormuras added the bug label Apr 15, 2021
@sormuras sormuras added this to the 17-ea-4 milestone Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant