-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Labels
in: test supportSpring Boot integration testingSpring Boot integration testing
Milestone
Description
Hi,
Nested classes does not works with Modulith 0.5
//@SpringBootTest - it works both nested and not-nested
@ApplicationModuleTest class MyBeanTest {
@Test void test() {} // it pass
@Nested class MyNested {
@Test void nestedTest() {} // it fails
}
}
A component required a bean of type 'org.springframework.modulith.test.ModuleTestExecution' that could not be found.
Metadata
Metadata
Assignees
Labels
in: test supportSpring Boot integration testingSpring Boot integration testing