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

Suite support #85

Open
Vampire opened this issue May 8, 2023 · 1 comment
Open

Suite support #85

Vampire opened this issue May 8, 2023 · 1 comment

Comments

@Vampire
Copy link
Contributor

Vampire commented May 8, 2023

The test suite finder always returns an empty list.
But also with JUnit 5 there is suite support: https://junit.org/junit5/docs/current/user-guide/#junit-platform-suite-engine.
If there is no dedicated support necessary, there should at least be a test that verifies it works and also works with test classes from different test engines.

@Vampire
Copy link
Contributor Author

Vampire commented May 8, 2023

Ah, with the current code it is indeed unnecessary, as any class is just executed for the discovery and thus the suite annotation with all its sibling annotations can just work.

But I still think there should be a test verifying that. :-)

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