Package | Description |
---|---|
org.apache.sling.testing.clients | |
org.apache.sling.testing.clients.email | |
org.apache.sling.testing.clients.html | |
org.apache.sling.testing.clients.indexing | |
org.apache.sling.testing.clients.osgi |
OSGI testing tools.
|
org.apache.sling.testing.clients.query |
Query tools leveraging javax.jcr.query
|
org.apache.sling.testing.clients.util.poller |
Modifier and Type | Class and Description |
---|---|
class |
SlingClient
The Base class for all Integration Test Clients.
|
Modifier and Type | Method and Description |
---|---|
<T extends AbstractSlingClient> |
AbstractSlingClient.adaptTo(Class<T> clientClass)
Returns an instance of any class extending the AbstractSlingClient.
|
Modifier and Type | Class and Description |
---|---|
class |
SlingEmailClient
Accesses email stored by a mock SMTP server deployed to Sling
|
Modifier and Type | Class and Description |
---|---|
class |
MicrodataClient |
Modifier and Type | Class and Description |
---|---|
class |
IndexingClient
Interface to the oak indexing mechanism
|
Modifier and Type | Class and Description |
---|---|
class |
OsgiConsoleClient
A client that wraps the Felix OSGi Web Console REST API calls.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryClient
Sling client for performing oak queries.
|
Constructor and Description |
---|
PathPoller(AbstractSlingClient client,
String path,
long waitInterval,
long waitCount,
int... expectedStatus)
Deprecated.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.