When I use MapStruct in spring-boot it generates an impl class and I want to have access on that file to import in unit test but intellij doesn't see it
@SpringBootTest(classes={OrderMapperImpl.class})
and I got error
Can't find a symbol OrderMapperImpl