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

Start converting some unit tests to JUnit5; add new test base class #1212

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

cowtowncoder
Copy link
Member

No description provided.

@cowtowncoder cowtowncoder merged commit ca81a1f into 2.17 Feb 11, 2024
5 checks passed
@cowtowncoder cowtowncoder deleted the tatu/2.17/convert-tests-to-junit5 branch February 11, 2024 00:49
@cowtowncoder
Copy link
Member Author

/cc @JooHyukKim decided this makes sense for jackson-core too.

@JooHyukKim
Copy link
Member

Are we having a base test class here? In jackson-databind wr have been doing static imports from DatabindTestUtil

@cowtowncoder
Copy link
Member Author

Yeah the only reason I didn't suggest it there is that I forgot that the problem with base class was extending JUnit 4 TestCase (or such). Otherwise base class seems to require slightly fewer imports.

For databind it is actually possible to use DatabindTestUtil as the base class too (although not necessarily clean).

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.

None yet

2 participants