Package | Description |
---|---|
org.apache.sling.testing.junit.rules.instance |
Modifier and Type | Interface and Description |
---|---|
interface |
Instance |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInstance |
class |
ExistingInstance |
Modifier and Type | Method and Description |
---|---|
org.apache.sling.testing.clients.SlingClient |
Instance.newAdminClient(BuilderCustomizer... customizers)
Return a new client pointing to the instance corresponding to this {{AbstractInstance}},
replacing the internally-cached client with this username and password
See
InstanceSetup.INSTANCE_CONFIG_ADMINUSER and InstanceSetup.INSTANCE_CONFIG_ADMINPASSWORD |
org.apache.sling.testing.clients.SlingClient |
AbstractInstance.newAdminClient(BuilderCustomizer... customizers)
Return a new client pointing to the instance corresponding to this {{AbstractInstance}},
replacing the internally-cached client with this username and password
See
InstanceSetup.INSTANCE_CONFIG_ADMINUSER and InstanceSetup.INSTANCE_CONFIG_ADMINPASSWORD |
<T extends org.apache.sling.testing.clients.SlingClient> |
Instance.newClient(Class<T> clientClass,
String user,
String pass,
BuilderCustomizer... customizers)
Return a new client pointing to the instance corresponding to this {{AbstractInstance}},
replacing the internally-cached client with this username and password
|
<T extends org.apache.sling.testing.clients.SlingClient> |
AbstractInstance.newClient(Class<T> clientClass,
String user,
String pass,
BuilderCustomizer... customizers)
Return a new client pointing to the instance corresponding to this {{AbstractInstance}},
replacing the internally-cached client with this username and password
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.