Skip to content
Advertisement

Tag: junit-jupiter

Could not find @BeforeEach setup() method on @Nested test class in @QuarkusTest

summary On Junit Jupiter the Quarkus test extension seems to not find @BeforeEach setup methods for nested test classes and produces an error: java.lang.RuntimeException: Could not find method void com.stackoverflow.examples.nestedtestwithquarkus.NestedTestWithQuarkus.setup() on test class Is that a bug, a feature or am I missing something important? edit 1: It seems like there’s an issue with nested tests in general. Some tests

Advertisement