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 ConversionSupport in junit-platform-commons #3507

Merged
merged 5 commits into from
Nov 21, 2023

Conversation

juliette-derancourt
Copy link
Member

@juliette-derancourt juliette-derancourt commented Oct 17, 2023

Overview


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

sbrannen

This comment was marked as outdated.

@juliette-derancourt juliette-derancourt force-pushed the issues/3449-string-conversion-support branch from a6d2951 to e2d664c Compare November 8, 2023 10:40
sbrannen

This comment was marked as outdated.

@juliette-derancourt juliette-derancourt force-pushed the issues/3449-string-conversion-support branch from d763897 to 8303181 Compare November 9, 2023 08:25
@juliette-derancourt juliette-derancourt force-pushed the issues/3449-string-conversion-support branch from 2ea517d to 3c47bed Compare November 17, 2023 14:07
Copy link
Member

@sbrannen sbrannen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making all of the requested changes.

Looks good!

@juliette-derancourt juliette-derancourt merged commit 30dbf58 into main Nov 21, 2023
12 checks passed
@juliette-derancourt juliette-derancourt deleted the issues/3449-string-conversion-support branch November 21, 2023 17:12
sbrannen added a commit that referenced this pull request Dec 15, 2023
This commit picks up where commit 30dbf58 left off.

Specifically, this commit removes all obsolete StringToObjectConverter
implementations from junit-jupiter-params since they now reside in
junit-platform-commons. In addition, this commit moves
FallbackStringToObjectConverterTests to the platform-tests module.

See #3507
@sbrannen sbrannen changed the title Introduce StringConversionSupport in junit-platform-commons Introduce ConversionSupport in junit-platform-commons Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce ConversionSupport in junit-platform-commons
2 participants