|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InheritableServerSettings | |
|---|---|
| org.apache.directory.server.integ | |
| org.apache.directory.server.integ.state | |
| Uses of InheritableServerSettings in org.apache.directory.server.integ |
|---|
| Methods in org.apache.directory.server.integ that return InheritableServerSettings | |
|---|---|
InheritableServerSettings |
InheritableServerSettings.getParent()
|
InheritableServerSettings |
SiSuite.getSettings()
|
protected InheritableServerSettings |
SiRunner.getSettings()
|
| Constructors in org.apache.directory.server.integ with parameters of type InheritableServerSettings | |
|---|---|
InheritableServerSettings(org.junit.runner.Description description,
InheritableServerSettings parent)
Creates a new InheritableServerSettings instance based on a test object's description and it's parent's settings. |
|
| Uses of InheritableServerSettings in org.apache.directory.server.integ.state |
|---|
| Methods in org.apache.directory.server.integ.state with parameters of type InheritableServerSettings | |
|---|---|
void |
TestServerState.create(InheritableServerSettings settings)
Action where an attempt is made to create the service. |
static void |
TestServerContext.create(InheritableServerSettings settings)
Action where an attempt is made to create the service. |
void |
NonExistentState.create(InheritableServerSettings settings)
Action where an attempt is made to create the service. |
void |
AbstractState.create(InheritableServerSettings settings)
Action where an attempt is made to create the service. |
protected void |
AbstractState.injectLdifs(DirectoryService service,
InheritableServerSettings settings)
Inject the Ldifs if any |
void |
TestServerState.test(org.junit.runners.model.TestClass testClass,
org.junit.runners.model.Statement statement,
org.junit.runner.notification.RunNotifier notifier,
InheritableServerSettings settings)
Action where an attempt is made to run a test against the service. |
static void |
TestServerContext.test(org.junit.runners.model.TestClass testClass,
org.junit.runners.model.Statement statement,
org.junit.runner.notification.RunNotifier notifier,
InheritableServerSettings settings)
Action where an attempt is made to run a test against the service. |
void |
StartedPristineState.test(org.junit.runners.model.TestClass testClass,
org.junit.runners.model.Statement statement,
org.junit.runner.notification.RunNotifier notifier,
InheritableServerSettings settings)
Action where an attempt is made to run a test against the service. |
void |
StartedNormalState.test(org.junit.runners.model.TestClass testClass,
org.junit.runners.model.Statement statement,
org.junit.runner.notification.RunNotifier notifier,
InheritableServerSettings settings)
Action where an attempt is made to run a test against the service. |
void |
NonExistentState.test(org.junit.runners.model.TestClass testClass,
org.junit.runners.model.Statement statement,
org.junit.runner.notification.RunNotifier notifier,
InheritableServerSettings settings)
This method is a bit different. |
void |
AbstractState.test(org.junit.runners.model.TestClass testClass,
org.junit.runners.model.Statement statement,
org.junit.runner.notification.RunNotifier notifier,
InheritableServerSettings settings)
Action where an attempt is made to run a test against the service. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||