public class SlingInstancesRule extends Object implements org.junit.rules.TestRule
Constructor and Description |
---|
SlingInstancesRule(Iterable<SlingInstance> it) |
SlingInstancesRule(String... instanceNames) |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description dest)
Evaluate our base statement once for every instance.
|
SlingInstance |
getSlingInstance() |
public SlingInstancesRule(String... instanceNames)
public SlingInstancesRule(Iterable<SlingInstance> it)
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description dest)
apply
in interface org.junit.rules.TestRule
public SlingInstance getSlingInstance()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.