Is there any @Test-related annotation in the JUnit Jupiter API that allows us to highlight the whole test class as a testing class?
Since each test method needs to be annotated with @Test, this would save some time when writing tests within test classes that do not include non-test methods.
No, back in 2019 the JUnit team decided against a class-level
@Testannotation:https://github.com/junit-team/junit5/issues/1761#issuecomment-466149986