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

Add support for JUnit 5 Jupiter #154

Open
sbabcoc opened this issue Apr 20, 2021 · 1 comment
Open

Add support for JUnit 5 Jupiter #154

sbabcoc opened this issue Apr 20, 2021 · 1 comment

Comments

@sbabcoc
Copy link
Owner

sbabcoc commented Apr 20, 2021

The lack of support for JUnit 5 is a serious deficiency at this point. Add this support, examining the possibility of migrating the existing support for TestNG and JUnit 4 into platform-specific subprojects.

@sbabcoc
Copy link
Owner Author

sbabcoc commented May 6, 2023

Create an extension, implementing these interfaces:

  • Extension
  • BeforeAllCallback
  • BeforeEachCallback
  • InvocationInterceptor
  • AfterTestExecutionCallback
  • AfterAllCallback
  • TestWatcher

For an example, take a look at this.

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

No branches or pull requests

1 participant