org.apache.directory.server.core.integ
Class AbstractLdapTestUnit

java.lang.Object
  extended by org.apache.directory.server.core.integ.AbstractLdapTestUnit

public abstract class AbstractLdapTestUnit
extends java.lang.Object

An abstract class created to hold common elements.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Field Summary
static boolean isRunInSuite
          A flag set if the test is run in a suite
static KdcServer kdcServer
          The used KdcServer instance
static LdapServer ldapServer
          The used LdapServer instance
static DirectoryService service
          The used DirectoryService instance
 
Constructor Summary
AbstractLdapTestUnit()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

public static DirectoryService service
The used DirectoryService instance


ldapServer

public static LdapServer ldapServer
The used LdapServer instance


kdcServer

public static KdcServer kdcServer
The used KdcServer instance


isRunInSuite

public static boolean isRunInSuite
A flag set if the test is run in a suite

Constructor Detail

AbstractLdapTestUnit

public AbstractLdapTestUnit()


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