Uses of Record Class
ch.martinelli.oss.testcontainers.mailpit.Message
Packages that use Message
Package
Description
-
Uses of Message in ch.martinelli.oss.testcontainers.mailpit
Methods in ch.martinelli.oss.testcontainers.mailpit that return MessageModifier and TypeMethodDescriptionMailpitClient.getMessage(String id) Retrieves a specific message by ID.Methods in ch.martinelli.oss.testcontainers.mailpit that return types with arguments of type MessageModifier and TypeMethodDescriptionMailpitClient.getAllMessages()Retrieves all messages from Mailpit. -
Uses of Message in ch.martinelli.oss.testcontainers.mailpit.assertions
Methods in ch.martinelli.oss.testcontainers.mailpit.assertions that return MessageModifier and TypeMethodDescriptionMessageAssert.getMessage()Returns the underlying message for further inspection.Methods in ch.martinelli.oss.testcontainers.mailpit.assertions with parameters of type MessageModifier and TypeMethodDescriptionstatic MessageAssertMailpitAssertions.assertThat(Message actual) Creates assertions for a Message.protected MessageAssertMethod parameters in ch.martinelli.oss.testcontainers.mailpit.assertions with type arguments of type MessageModifier and TypeMethodDescriptionstatic MessagesAssertMailpitAssertions.assertThat(List<Message> actual) Creates assertions for a list of Messages.MessagesAssert.filteredOnPredicate(Predicate<Message> predicate) Filters messages using a predicate and returns a new MessagesAssert.Filters messages by a custom predicate.protected MessagesAssertMessagesAssert.newAbstractIterableAssert(Iterable<? extends Message> iterable) Constructors in ch.martinelli.oss.testcontainers.mailpit.assertions with parameters of type MessageConstructor parameters in ch.martinelli.oss.testcontainers.mailpit.assertions with type arguments of type Message