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

Introduce assertThatCharSequence to disambiguate Groovy's GString. (Fixes #2791) #3132

Merged
merged 2 commits into from Aug 4, 2023

Conversation

amodolo
Copy link
Contributor

@amodolo amodolo commented Jul 31, 2023

Added assertThatCharSequence(CharSequence)/assumeThatCharSequence(CharSequence) method and corresponding BDD and Java6 variants.

Check List:

@amodolo amodolo force-pushed the main branch 3 times, most recently from b93fc78 to 91fd678 Compare July 31, 2023 22:22
…rSequence) method and corresponding BDD and Java6 variants.
@scordio scordio added this to the 3.25.0 milestone Aug 4, 2023
@scordio scordio self-assigned this Aug 4, 2023
@scordio scordio merged commit 04ea403 into assertj:main Aug 4, 2023
9 of 10 checks passed
@scordio
Copy link
Member

scordio commented Aug 4, 2023

This is now merged. Thanks for your first contribution, @amodolo!

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.

Introduce assertThatCharSequence to disambiguate Groovy's GString
2 participants