@Component
public class TestFixture
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.time.ZoneId |
westCoastTimeZone |
| Constructor and Description |
|---|
TestFixture() |
| Modifier and Type | Method and Description |
|---|---|
org.tiogasolutions.push.kernel.accounts.Account |
createAccount() |
org.tiogasolutions.push.kernel.clients.DomainProfileEntity |
createDomain(org.tiogasolutions.push.kernel.accounts.Account account) |
java.util.List<org.tiogasolutions.push.kernel.requests.PushRequest> |
createPushRequests_Emails(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domain) |
java.util.List<org.tiogasolutions.push.kernel.requests.PushRequest> |
createPushRequests(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domain) |
org.tiogasolutions.push.kernel.system.Session |
createSession() |
org.tiogasolutions.push.pub.common.UserAgent |
createUserAgent() |
public org.tiogasolutions.push.pub.common.UserAgent createUserAgent()
public org.tiogasolutions.push.kernel.accounts.Account createAccount()
public org.tiogasolutions.push.kernel.clients.DomainProfileEntity createDomain(org.tiogasolutions.push.kernel.accounts.Account account)
public java.util.List<org.tiogasolutions.push.kernel.requests.PushRequest> createPushRequests_Emails(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domain)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<org.tiogasolutions.push.kernel.requests.PushRequest> createPushRequests(org.tiogasolutions.push.kernel.clients.DomainProfileEntity domain)
throws java.lang.Exception
java.lang.Exceptionpublic org.tiogasolutions.push.kernel.system.Session createSession()