A C D G I L N O R S T

A

AbstractState - Class in org.apache.directory.server.integ.state
The abstract state of a test service, containing the default state transitions
AbstractState(TestServerContext) - Constructor for class org.apache.directory.server.integ.state.AbstractState
Creates a new instance of AbstractState.

C

cleanup() - Method in class org.apache.directory.server.integ.state.AbstractState
Action where an attempt is made to erase the contents of the working directory used by the service for various files including partition database files.
cleanup() - Method in class org.apache.directory.server.integ.state.NonExistentState
Action where an attempt is made to erase the contents of the working directory used by the service for various files including partition database files.
cleanup() - Method in class org.apache.directory.server.integ.state.StartedNormalState
Action where an attempt is made to erase the contents of the working directory used by the service for various files including partition database files.
cleanup() - Method in class org.apache.directory.server.integ.state.StartedPristineState
Action where an attempt is made to erase the contents of the working directory used by the ldap server for various files including partition database files.
cleanup() - Static method in class org.apache.directory.server.integ.state.TestServerContext
Action where an attempt is made to erase the contents of the working directory used by the service for various files including partition database files.
cleanup() - Method in interface org.apache.directory.server.integ.state.TestServerState
Action where an attempt is made to erase the contents of the working directory used by the service for various files including partition database files.
context - Variable in class org.apache.directory.server.integ.state.AbstractState
The context for this test
create(InheritableServerSettings) - Method in class org.apache.directory.server.integ.state.AbstractState
Action where an attempt is made to create the service.
create(InheritableServerSettings) - Method in class org.apache.directory.server.integ.state.NonExistentState
Action where an attempt is made to create the service.
create(InheritableServerSettings) - Static method in class org.apache.directory.server.integ.state.TestServerContext
Action where an attempt is made to create the service.
create(InheritableServerSettings) - Method in interface org.apache.directory.server.integ.state.TestServerState
Action where an attempt is made to create the service.

D

DEFAULT - Static variable in interface org.apache.directory.server.integ.LdapServerFactory
The default factory returns stock instances of a directory service with smart defaults
DEFAULT_FACTORY - Static variable in class org.apache.directory.server.integ.InheritableServerSettings
the default factory to use if inheritance leads to a null value
DEFAULT_MODE - Static variable in class org.apache.directory.server.integ.InheritableServerSettings
the default setup mode to use if inheritance leads to null value
destroy() - Method in class org.apache.directory.server.integ.state.AbstractState
Action where an attempt is made to destroy the service.
destroy() - Method in class org.apache.directory.server.integ.state.StartedNormalState
Action where an attempt is made to destroy the service.
destroy() - Method in class org.apache.directory.server.integ.state.StartedPristineState
Action where an attempt is made to destroy the service.
destroy() - Static method in class org.apache.directory.server.integ.state.TestServerContext
Action where an attempt is made to destroy the service.
destroy() - Method in interface org.apache.directory.server.integ.state.TestServerState
Action where an attempt is made to destroy the service.

G

getCleanupLevel() - Method in class org.apache.directory.server.integ.InheritableServerSettings
 
getDescription() - Method in class org.apache.directory.server.integ.InheritableServerSettings
 
getFactory() - Method in class org.apache.directory.server.integ.InheritableServerSettings
 
getLdifFiles(List<String>) - Method in class org.apache.directory.server.integ.InheritableServerSettings
Get a list of files containing entries described using the LDIF format.
getLdifs(List<String>) - Method in class org.apache.directory.server.integ.InheritableServerSettings
Get a list of entries from a LDIF declared as an annotation
getMode() - Method in class org.apache.directory.server.integ.InheritableServerSettings
 
getParent() - Method in class org.apache.directory.server.integ.InheritableServerSettings
 
getServerContext() - Static method in class org.apache.directory.server.integ.state.TestServerContext
Gets the TestServerContext associated with the current thread of execution.
getSettings() - Method in class org.apache.directory.server.integ.SiRunner
 
getSettings() - Method in class org.apache.directory.server.integ.SiSuite
 
getSuite() - Method in class org.apache.directory.server.integ.SiRunner
 
getWiredConnection(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
 
getWiredConnection(LdapServer, String, String) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
 
getWiredContext(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContext(LdapServer, String, String) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContext(LdapServer, Control[]) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContextFollowOnRefferal(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContextRefferalIgnore(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContextThrowOnRefferal(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.

I

InheritableServerSettings - Class in org.apache.directory.server.integ
Inheritable settings of a test suite, test class, or test method.
InheritableServerSettings(Description) - Constructor for class org.apache.directory.server.integ.InheritableServerSettings
Creates a new InheritableServerSettings instance for test suites description.
InheritableServerSettings(Description, InheritableServerSettings) - Constructor for class org.apache.directory.server.integ.InheritableServerSettings
Creates a new InheritableServerSettings instance based on a test object's description and it's parent's settings.
injectLdifs(DirectoryService, InheritableServerSettings) - Method in class org.apache.directory.server.integ.state.AbstractState
Inject the Ldifs if any
isClassLevel() - Method in class org.apache.directory.server.integ.InheritableServerSettings
 
isMethodLevel() - Method in class org.apache.directory.server.integ.InheritableServerSettings
 
isSuiteLevel() - Method in class org.apache.directory.server.integ.InheritableServerSettings
 

L

LdapServerFactory - Interface in org.apache.directory.server.integ
A factory used to generate differently configured DirectoryService objects.

N

newInstance() - Method in interface org.apache.directory.server.integ.LdapServerFactory
 
NonExistentState - Class in org.apache.directory.server.integ.state
The state of a test service when it has not yet been created.
NonExistentState(TestServerContext) - Constructor for class org.apache.directory.server.integ.state.NonExistentState
Creates a new instance of NonExistentState.

O

org.apache.directory.server.integ - package org.apache.directory.server.integ
 
org.apache.directory.server.integ.state - package org.apache.directory.server.integ.state
 

R

revert() - Method in class org.apache.directory.server.integ.state.AbstractState
Action where an attempt is made to revert the service to it's initial start up state by using a previous snapshot.
revert() - Method in class org.apache.directory.server.integ.state.StartedNormalState
Action where an attempt is made to revert the service to it's initial start up state by using a previous snapshot.
revert() - Static method in class org.apache.directory.server.integ.state.TestServerContext
Action where an attempt is made to revert the service to it's initial start up state by using a previous snapshot.
revert() - Method in interface org.apache.directory.server.integ.state.TestServerState
Action where an attempt is made to revert the service to it's initial start up state by using a previous snapshot.
run(RunNotifier) - Method in class org.apache.directory.server.integ.SiRunner
 
run(RunNotifier) - Method in class org.apache.directory.server.integ.SiSuite
 
runChild(FrameworkMethod, RunNotifier) - Method in class org.apache.directory.server.integ.SiRunner
 

S

ServerIntegrationUtils - Class in org.apache.directory.server.integ
 
ServerIntegrationUtils() - Constructor for class org.apache.directory.server.integ.ServerIntegrationUtils
 
set(TestServerContext) - Static method in class org.apache.directory.server.integ.state.TestServerContext
Sets the TestServerContext for this current thread
setSuite(SiSuite) - Method in class org.apache.directory.server.integ.SiRunner
 
shutdown() - Method in class org.apache.directory.server.integ.state.AbstractState
Action where an attempt is made to shutdown the service.
shutdown() - Method in class org.apache.directory.server.integ.state.StartedNormalState
Action where an attempt is made to shutdown the service.
shutdown() - Method in class org.apache.directory.server.integ.state.StartedPristineState
Action where an attempt is made to stop the server.
shutdown() - Static method in class org.apache.directory.server.integ.state.TestServerContext
Action where an attempt is made to shutdown the service.
shutdown() - Method in interface org.apache.directory.server.integ.state.TestServerState
Action where an attempt is made to shutdown the service.
SiRunner - Class in org.apache.directory.server.integ
A test runner for ApacheDS Core integration tests.
SiRunner(Class<?>) - Constructor for class org.apache.directory.server.integ.SiRunner
 
SiSuite - Class in org.apache.directory.server.integ
A replacement for standard JUnit 4 suites.
SiSuite(Class<?>, RunnerBuilder) - Constructor for class org.apache.directory.server.integ.SiSuite
 
StartedNormalState - Class in org.apache.directory.server.integ.state
The state of a running test service which has been used for running integration tests and has been reverted to contain the same content as it did when created and started.
StartedNormalState(TestServerContext) - Constructor for class org.apache.directory.server.integ.state.StartedNormalState
Creates a new instance of StartedNormalState.
StartedPristineState - Class in org.apache.directory.server.integ.state
A test service state where the server is running and has not been used for any integration test since it was created.
StartedPristineState(TestServerContext) - Constructor for class org.apache.directory.server.integ.state.StartedPristineState
Creates a new instance of StartedPristineState.
startup() - Method in class org.apache.directory.server.integ.state.AbstractState
Action where an attempt is made to start up the service.
startup() - Method in class org.apache.directory.server.integ.state.NonExistentState
Action where an attempt is made to start up the service.
startup() - Method in class org.apache.directory.server.integ.state.StartedNormalState
Action where an attempt is made to start up the service.
startup() - Method in class org.apache.directory.server.integ.state.StartedPristineState
Action where an attempt is made to start up the service.
startup() - Static method in class org.apache.directory.server.integ.state.TestServerContext
Action where an attempt is made to start up the service.
startup() - Method in interface org.apache.directory.server.integ.state.TestServerState
Action where an attempt is made to start up the service.

T

test(TestClass, Statement, RunNotifier, InheritableServerSettings) - Method in class org.apache.directory.server.integ.state.AbstractState
Action where an attempt is made to run a test against the service.
test(TestClass, Statement, RunNotifier, InheritableServerSettings) - Method in class org.apache.directory.server.integ.state.NonExistentState
This method is a bit different.
test(TestClass, Statement, RunNotifier, InheritableServerSettings) - Method in class org.apache.directory.server.integ.state.StartedNormalState
Action where an attempt is made to run a test against the service.
test(TestClass, Statement, RunNotifier, InheritableServerSettings) - Method in class org.apache.directory.server.integ.state.StartedPristineState
Action where an attempt is made to run a test against the service.
test(TestClass, Statement, RunNotifier, InheritableServerSettings) - Static method in class org.apache.directory.server.integ.state.TestServerContext
Action where an attempt is made to run a test against the service.
test(TestClass, Statement, RunNotifier, InheritableServerSettings) - Method in interface org.apache.directory.server.integ.state.TestServerState
Action where an attempt is made to run a test against the service.
testAborted(RunNotifier, Description, Throwable) - Method in class org.apache.directory.server.integ.state.AbstractState
 
TestServerContext - Class in org.apache.directory.server.integ.state
The context for managing the state of an integration test service.
TestServerState - Interface in org.apache.directory.server.integ.state
The interface representing a state in the lifecycle of a service during integration testing.

A C D G I L N O R S T

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