public class MailExampleTest extends Object
| Constructor and Description |
|---|
MailExampleTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createCamelMailDeployment() |
static org.jboss.shrinkwrap.api.spec.JavaArchive |
createDeployment() |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createGreenmailDeployment() |
void |
sendEmailTest() |
@Deployment public static org.jboss.shrinkwrap.api.spec.JavaArchive createDeployment()
@Deployment(managed=false,
name="example-camel-mail.war")
public static org.jboss.shrinkwrap.api.spec.WebArchive createCamelMailDeployment()
@Deployment(managed=false,
testable=false,
name="greenmail.war")
public static org.jboss.shrinkwrap.api.spec.WebArchive createGreenmailDeployment()
Copyright © 2016. All rights reserved.