Uses of Class
org.apache.directory.server.core.integ.InheritableSettings

Packages that use InheritableSettings
org.apache.directory.server.core.integ   
org.apache.directory.server.core.integ.state   
 

Uses of InheritableSettings in org.apache.directory.server.core.integ
 

Methods in org.apache.directory.server.core.integ that return InheritableSettings
 InheritableSettings InheritableSettings.getParent()
           
 InheritableSettings CiSuite.getSettings()
           
protected  InheritableSettings CiRunner.getSettings()
           
 

Constructors in org.apache.directory.server.core.integ with parameters of type InheritableSettings
InheritableSettings(org.junit.runner.Description description, InheritableSettings parent)
          Creates a new InheritableSettings instance based on a test object's description and it's parent's settings.
 

Uses of InheritableSettings in org.apache.directory.server.core.integ.state
 

Methods in org.apache.directory.server.core.integ.state with parameters of type InheritableSettings
 void AbstractState.create(InheritableSettings settings)
          Action where an attempt is made to create the service.
static void TestServiceContext.create(InheritableSettings settings)
          Action where an attempt is made to create the service.
 void TestServiceState.create(InheritableSettings settings)
          Action where an attempt is made to create the service.
 void NonExistentState.create(InheritableSettings settings)
          Action where an attempt is made to create the service.
protected  void AbstractState.injectLdifs(DirectoryService service, InheritableSettings settings)
          Inject the Ldifs if any
 void AbstractState.test(org.junit.internal.runners.TestClass testClass, org.junit.internal.runners.TestMethod testMethod, org.junit.runner.notification.RunNotifier notifier, InheritableSettings settings)
          Action where an attempt is made to run a test against the service.
static void TestServiceContext.test(org.junit.internal.runners.TestClass testClass, org.junit.internal.runners.TestMethod testMethod, org.junit.runner.notification.RunNotifier notifier, InheritableSettings settings)
          Action where an attempt is made to run a test against the service.
 void TestServiceState.test(org.junit.internal.runners.TestClass testClass, org.junit.internal.runners.TestMethod testMethod, org.junit.runner.notification.RunNotifier notifier, InheritableSettings 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, InheritableSettings 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, InheritableSettings 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, InheritableSettings settings)
          Action where an attempt is made to run a test against the service.
 



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