-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Document that a TestExecutionListener
cannot fail the TestPlan
#3591
Comments
TestExecutionListener
cannot fail the TestPlan
This is by design. A See the following code for details. Lines 98 to 110 in 9115e23
This behavior is similar to support for the However, I can understand that this might not be intuitive. I am therefore repurposing this ticket to improve the documentation regarding these semantics for the |
TestExecutionListener
cannot fail the TestPlan
TestExecutionListener
cannot fail the TestPlan
Oh~ Thanks. This is consistent with my conjecture after debugging until late at night 🤣 |
Possibly related issue: |
I execute two test methods in a class, and expect the first test method to terminate execution if it encounters an exception, while the second test method will no longer execute; Actually, the second test method was still executed.
I think this breaks the agreement on the testing lifecycle.
My test component, some tests in a class have dependencies.I don't know how to solve this problem.
I think this is a bug because execution is uncontrollable and it wastes time and resources when executing large batches of cases
The text was updated successfully, but these errors were encountered: