-
Notifications
You must be signed in to change notification settings - Fork 468
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
Add BlockListener support... #1575
Open
leonard84
wants to merge
21
commits into
spockframework:master
Choose a base branch
from
leonard84:add-block-listener-support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add BlockListener support... #1575
leonard84
wants to merge
21
commits into
spockframework:master
from
leonard84:add-block-listener-support
Commits on Nov 1, 2024
-
This feature allows extension authors to register a IBlockListener for a feature to observe the execution of a feature in more detail. This surfaces some of Spock's idiosyncrasies, for example interaction assertions are actually setup right before entering the preceding `when`-block as well as being evaluated on leaving the `when`-block before actually entering the `then`-block. The only valid block description is a constant String, although some users mistakenly try to use a dynamic GString. Using anything other than a String, will be treated as a separate statement and thus ignored.
Configuration menu - View commit details
-
Copy full SHA for 5ea59a5 - Browse repository at this point
Copy the full SHA 5ea59a5View commit details -
Expose IErrorContext in ErrorInfo...
Prior to this commit, IRunListener.error(ErrorInfo) didn't give any context where the error happened.
Configuration menu - View commit details
-
Copy full SHA for cc16dda - Browse repository at this point
Copy the full SHA cc16ddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 818f362 - Browse repository at this point
Copy the full SHA 818f362View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3cf3da - Browse repository at this point
Copy the full SHA d3cf3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68fd3bf - Browse repository at this point
Copy the full SHA 68fd3bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a3fef4 - Browse repository at this point
Copy the full SHA 9a3fef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad3d442 - Browse repository at this point
Copy the full SHA ad3d442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f321ec - Browse repository at this point
Copy the full SHA 5f321ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce7d36e - Browse repository at this point
Copy the full SHA ce7d36eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 753a778 - Browse repository at this point
Copy the full SHA 753a778View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1efce7c - Browse repository at this point
Copy the full SHA 1efce7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b03edc - Browse repository at this point
Copy the full SHA 5b03edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc712e - Browse repository at this point
Copy the full SHA ccc712eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a3f29 - Browse repository at this point
Copy the full SHA f4a3f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 878c8ff - Browse repository at this point
Copy the full SHA 878c8ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd30bcf - Browse repository at this point
Copy the full SHA cd30bcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for abb8a90 - Browse repository at this point
Copy the full SHA abb8a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a78a05 - Browse repository at this point
Copy the full SHA 5a78a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73bb879 - Browse repository at this point
Copy the full SHA 73bb879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55138de - Browse repository at this point
Copy the full SHA 55138deView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd9e694 - Browse repository at this point
Copy the full SHA bd9e694View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.