ondrejlerch

Results 2 comments of ondrejlerch

In my consideration "Suite" can be defined via: - Maven/Gradle plugin inclusion/exclusion - `JUnitPlatform` declarative declaration - IDE when I click Run on the whole package of tests In all...

@marcphilipp To your question: How would JUnit find `@BeforeSuite`/`@AfterSuite` annotated methods? For example, when you run a test class from an IDE would it only look at the test class...