i’m having an issue with testing a project. i’m not entirely sure where the problem lies but from the errors i get its basically that if i have two separate test classes (both with
@WebMvcTest
and
@Autowired val mockMvc: MockMvc
in the constructor), i get an error if both files don’t include a mock for each defined repository … or something along those lines.