public class BaseXmppTests extends AsyncTestMethods
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
domainName |
protected io.vertx.core.eventbus.EventBus |
eventBus |
protected User |
user1 |
protected ItemValue<User> |
user1Item |
protected User |
user2 |
protected ItemValue<User> |
user2Item |
Constructor and Description |
---|
BaseXmppTests() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
void |
before() |
protected void |
initiateConnection(User user,
java.lang.String sessionId) |
protected void |
initiateConnection(User user,
java.lang.String sessionId,
boolean handlePing) |
java.lang.String |
login(User user) |
dequeueAllAssert, queueAssertValue, waitAssert, waitAssert
protected java.lang.String domainName
protected io.vertx.core.eventbus.EventBus eventBus
protected User user1
protected User user2
public void before() throws java.lang.Exception
java.lang.Exception
public void after() throws java.lang.Exception
java.lang.Exception
protected void initiateConnection(User user, java.lang.String sessionId)
protected void initiateConnection(User user, java.lang.String sessionId, boolean handlePing)
public java.lang.String login(User user)
Copyright © 2021. All Rights Reserved.