Package | Description |
---|---|
org.seedstack.javamail.test |
Provides classes for testing the mail features.
|
Modifier and Type | Method and Description |
---|---|
static <S extends javax.mail.Session> |
MockMailServerAssertions.assertThat(S session)
Creates an assertion over a java mail session.
|
MailSessionAssertions |
MailSessionAssertions.hasProperties()
Assert that the session has properties.
|
MailSessionAssertions |
MailSessionAssertions.hasProperty(String property)
Assert that the session has specific property.
|
MailSessionAssertions |
MailSessionAssertions.hasTransport()
Assert that the session has a transport.
|
MailSessionAssertions |
MailSessionAssertions.hasTransport(javax.mail.Provider provider)
Assert that the session has a specific transport.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.