Uses of Class
ch.martinelli.oss.testcontainers.mailpit.assertions.AddressAssert
Packages that use AddressAssert
-
Uses of AddressAssert in ch.martinelli.oss.testcontainers.mailpit.assertions
Methods in ch.martinelli.oss.testcontainers.mailpit.assertions that return AddressAssertModifier and TypeMethodDescriptionAddressAssert.addressContains(String substring) Verifies the email address contains the given substring.static AddressAssertMailpitAssertions.assertThat(Address actual) Creates assertions for an Address.MessageAssert.fromAddress()Returns assertions for the sender address.AddressAssert.hasAddress(String expectedAddress) Verifies the email address.AddressAssert.hasDisplayName()Verifies the address has a display name.Verifies the display name.AddressAssert.hasNoDisplayName()Verifies the address has no display name.AddressAssert.isInDomain(String domain) Verifies the email address is in the expected domain.