Код: Выделить всё
@WithMailbox
@DisplayName("---- MailerService tests ----")
class MailerServiceTest {
@Inject
MailerService service;
@InjectMailbox
Mailbox mailbox;
@InjectMock
Mailer mailer;
Подробнее здесь: https://stackoverflow.com/questions/796 ... kus-mailer