Uses of Class
org.apache.directory.server.integ.InheritableServerSettings

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
static void TestServerContext.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.
 void TestServerState.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.
protected  void AbstractState.injectLdifs(DirectoryService service, InheritableServerSettings settings)
          Inject the Ldifs if any
static void TestServerContext.test(org.junit.internal.runners.TestClass testClass, org.junit.internal.runners.TestMethod testMethod, org.junit.runner.notification.RunNotifier notifier, InheritableServerSettings settings)
          Action where an attempt is made to run a test against the service.
 void AbstractState.test(org.junit.internal.runners.TestClass testClass, org.junit.internal.runners.TestMethod testMethod, org.junit.runner.notification.RunNotifier notifier, InheritableServerSettings settings)
          Action where an attempt is made to run a test against the service.
 void TestServerState.test(org.junit.internal.runners.TestClass testClass, org.junit.internal.runners.TestMethod testMethod, 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.internal.runners.TestClass testClass, org.junit.internal.runners.TestMethod testMethod, org.junit.runner.notification.RunNotifier notifier, InheritableServerSettings settings)
          This method is a bit different.
 void StartedPristineState.test(org.junit.internal.runners.TestClass testClass, org.junit.internal.runners.TestMethod testMethod, 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.internal.runners.TestClass testClass, org.junit.internal.runners.TestMethod testMethod, org.junit.runner.notification.RunNotifier notifier, InheritableServerSettings settings)
          Action where an attempt is made to run a test against the service.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.