Uses of Interface
org.apache.sling.testing.junit.rules.instance.Instance
-
Packages that use Instance Package Description org.apache.sling.testing.junit.rules org.apache.sling.testing.junit.rules.instance -
-
Uses of Instance in org.apache.sling.testing.junit.rules
Fields in org.apache.sling.testing.junit.rules declared as Instance Modifier and Type Field Description Instance
SlingInstanceRule. defaultInstance
ExistingInstance for default instanceMethods in org.apache.sling.testing.junit.rules with parameters of type Instance Modifier and Type Method Description RemoteLogDumperRule
RemoteLogDumperRule. setInstance(Instance instance)
Constructors in org.apache.sling.testing.junit.rules with parameters of type Instance Constructor Description RemoteLogDumperRule(Instance instance)
SlingRule(Instance... instances)
-
Uses of Instance in org.apache.sling.testing.junit.rules.instance
Classes in org.apache.sling.testing.junit.rules.instance that implement Instance Modifier and Type Class Description class
AbstractInstance
class
ExistingInstance
Methods in org.apache.sling.testing.junit.rules.instance that return Instance Modifier and Type Method Description Instance
ExistingInstance. orDefault(org.apache.sling.testing.clients.instance.InstanceConfiguration instanceConfiguration)
Instance
Instance. orDefault(org.apache.sling.testing.clients.instance.InstanceConfiguration instanceConfiguration)
Instance
ExistingInstance. withRunMode(String runMode)
Instance
Instance. withRunMode(String runMode)
-