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 JUnit 5 and AssertJ dependencies #2657

Closed
2 tasks done
Tracked by #2600
PatrickRen opened this issue Nov 7, 2023 · 0 comments
Closed
2 tasks done
Tracked by #2600

Introduce JUnit 5 and AssertJ dependencies #2657

PatrickRen opened this issue Nov 7, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@PatrickRen
Copy link
Contributor

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

In order to align with the test framework used in Apache Flink and improve the experience of writing test code, we introduce:

  • JUnit 5 as the framework for all new tests
  • AssertJ for all assertions in new tests

Note that introducing JUnit 5 won't break existing JUnit 4 style tests, and JUnit 5 provides compatibility running environment (junit-vintage-engine) for JUnit 4 tests.

Solution

No response

Alternatives

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@PatrickRen PatrickRen added the enhancement New feature or request label Nov 7, 2023
@PatrickRen PatrickRen self-assigned this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants