Package | Description |
---|---|
oghamcloudhopper.it | |
testutils |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AlwaysNewSessionStrategyTest.AlwaysNewSessionTestContext |
(package private) class |
KeepAliveSessionStrategyTest.KeepAliveTestContext |
(package private) class |
ReuseSessionStrategyTest.ReuseSessionTestContext |
Modifier and Type | Method and Description |
---|---|
SessionStrategyTestHelper.TestContext |
KeepAliveSessionStrategyTest.get() |
SessionStrategyTestHelper.TestContext |
ReuseSessionStrategyTest.get() |
SessionStrategyTestHelper.TestContext |
AlwaysNewSessionStrategyTest.get() |
Modifier and Type | Class and Description |
---|---|
static class |
SessionStrategyTestHelper.ClientContext |
static class |
SessionStrategyTestHelper.EnquireLinkRequestContext |
static class |
SessionStrategyTestHelper.SessionContext |
Modifier and Type | Method and Description |
---|---|
static <T> Function<SessionStrategyTestHelper.TestContext,T> |
SessionStrategyTestHelper.by(Function<SessionStrategyTestHelper.TestContext,T> provider) |
static Function<SessionStrategyTestHelper.TestContext,com.cloudhopper.smpp.SmppClient> |
SessionStrategyTestHelper.client(int clientIndex) |
static Function<SessionStrategyTestHelper.TestContext,com.cloudhopper.smpp.SmppClient> |
SessionStrategyTestHelper.client(com.cloudhopper.smpp.SmppClient client) |
static Function<SessionStrategyTestHelper.TestContext,com.cloudhopper.smpp.SmppSession> |
SessionStrategyTestHelper.session(int sessionIndex) |
static Function<SessionStrategyTestHelper.TestContext,com.cloudhopper.smpp.SmppSession> |
SessionStrategyTestHelper.session(com.cloudhopper.smpp.SmppSession session) |
Modifier and Type | Method and Description |
---|---|
void |
SessionStrategyTestHelper.Verification.verify(SessionStrategyTestHelper.TestContext context) |
Modifier and Type | Method and Description |
---|---|
static <T> Function<SessionStrategyTestHelper.TestContext,T> |
SessionStrategyTestHelper.by(Function<SessionStrategyTestHelper.TestContext,T> provider) |
static SessionStrategyTestHelper.Verification |
SessionStrategyTestHelper.connectionAttempts(int attempts,
Function<SessionStrategyTestHelper.TestContext,com.cloudhopper.smpp.SmppClient> clientProvider) |
static SessionStrategyTestHelper.Verification |
SessionStrategyTestHelper.sent(int numSent,
Function<SessionStrategyTestHelper.TestContext,com.cloudhopper.smpp.SmppSession> sessionProvider) |
static SessionStrategyTestHelper |
SessionStrategyTestHelper.verifyThat(Supplier<SessionStrategyTestHelper.TestContext> test) |
Copyright © 2021. All rights reserved.