public abstract class WithMailboxTests
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected CyrusService |
cyrus |
protected java.lang.String |
domain |
protected java.lang.String |
imapIp |
protected java.lang.String |
localPart |
protected java.lang.String |
mailbox |
Constructor and Description |
---|
WithMailboxTests() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
void |
before() |
protected VXStoreClient |
client()
this one uses
VertxPlatform.getVertx() , prefer client(Vertx)
if you have a valid instance in hand. |
protected VXStoreClient |
client(io.vertx.core.Vertx vx) |
protected VXStoreClient |
eventBusClient(io.vertx.core.Vertx vx) |
protected java.lang.String imapIp
protected java.lang.String mailbox
protected java.lang.String domain
protected java.lang.String localPart
protected CyrusService cyrus
public void before() throws java.lang.Exception
java.lang.Exception
public void after()
protected VXStoreClient client()
VertxPlatform.getVertx()
, prefer client(Vertx)
if you have a valid instance in hand.protected VXStoreClient client(io.vertx.core.Vertx vx)
protected VXStoreClient eventBusClient(io.vertx.core.Vertx vx)
Copyright © 2021. All Rights Reserved.