Uses of Record Class
ch.martinelli.oss.testcontainers.mailpit.Address
Packages that use Address
Package
Description
-
Uses of Address in ch.martinelli.oss.testcontainers.mailpit
Methods in ch.martinelli.oss.testcontainers.mailpit that return AddressMethods in ch.martinelli.oss.testcontainers.mailpit that return types with arguments of type AddressModifier and TypeMethodDescriptionMessage.bcc()Returns the value of thebccrecord component.Message.cc()Returns the value of theccrecord component.Message.recipients()Returns the list of recipients as a convenience method.Message.replyTo()Returns the value of thereplyTorecord component.Message.to()Returns the value of thetorecord component.Constructors in ch.martinelli.oss.testcontainers.mailpit with parameters of type AddressModifierConstructorDescriptionMessage(String id, String messageId, Address from, List<Address> to, List<Address> cc, List<Address> bcc, List<Address> replyTo, String subject, int size, Instant created, boolean read, com.fasterxml.jackson.databind.JsonNode attachmentsNode, String snippet, List<String> tags) Creates an instance of aMessagerecord class.Constructor parameters in ch.martinelli.oss.testcontainers.mailpit with type arguments of type AddressModifierConstructorDescriptionMessage(String id, String messageId, Address from, List<Address> to, List<Address> cc, List<Address> bcc, List<Address> replyTo, String subject, int size, Instant created, boolean read, com.fasterxml.jackson.databind.JsonNode attachmentsNode, String snippet, List<String> tags) Creates an instance of aMessagerecord class. -
Uses of Address in ch.martinelli.oss.testcontainers.mailpit.assertions
Methods in ch.martinelli.oss.testcontainers.mailpit.assertions with parameters of type AddressModifier and TypeMethodDescriptionstatic AddressAssertMailpitAssertions.assertThat(Address actual) Creates assertions for an Address.Constructors in ch.martinelli.oss.testcontainers.mailpit.assertions with parameters of type Address