Skip to content

Chapter 4: ImageRepository bean not found #16

Open
@olegkamuz

Description

@olegkamuz

HomeControllerTests gets me "ImageRepository bean not found".
For me this version of annotation fixed the problem:

@MockBeans({ @MockBean(ImageService.class), @MockBean(ImageRepository.class) })
public class HomeControllerTests {

@Autowired
WebTestClient webClient;

@Autowired
ImageService imageService;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions