Skip to content

TestWatcher vs TestExecutionListener #3994

Answered by marcphilipp
wazzeps asked this question in Q&A
Discussion options

You must be logged in to vote

TestWatcher is Jupiter-specific and should be used whenever you want to react based on the outcome of a test (e.g. in combination with another extension point) or change its behavior. TestExecutionListener is a Platform concept and cannot influence the outcome of a test or interact with Jupiter extensions.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wazzeps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants