edu.internet2.middleware.ldappcTest
Class AllJUnitTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.internet2.middleware.ldappcTest.AllJUnitTests
All Implemented Interfaces:
junit.framework.Test

public class AllJUnitTests
extends junit.framework.TestCase

This class builds a master TestSuite out of the individual test suites.

Author:
Gil Singer

Field Summary
static java.lang.String DN_TEST_BASE
          The distinguished name for the base context used for testing.
static java.lang.String INDIVIDUAL_QUERY
          Constant indicating the identifier in the Signet database used on a Windows system.
static java.lang.String ROOTOU
          Key for obtaining the DN for the context base.
static java.lang.String SUBJECT_QUERY
          Constant indicating the identifier in the Signet database used on a Windows system.
static java.lang.String TEST_CASE_BIOFIX_TEST
          Constant indicating the built-in database is to be used for testing on the biofix system.
static java.lang.String TEST_CASE_BIOFIX_UC
          Constant indicating the UC database is to be used for testing on the biofix system.
static java.lang.String TEST_CASE_WINDOWS_QS
          Constant indicating the Quickstart database is to be used for testing on the Windows system.
static java.lang.String TEST_CASE_WINDOWS_TEST
          Constant indicating the built-in database is to be used for testing on the Windows system.
static java.lang.String TEST_CONTEXT_BASE
          Key for obtaining the Dn for the test context base.
static java.lang.String TEST_CONTEXT_BASE_MANAGER
          Key for obtaining the Dn for the test context base.
 
Constructor Summary
AllJUnitTests(java.lang.String name)
          Constructor
 
Method Summary
static junit.framework.Test suite()
          This method builds a master TestSuite out of the individual test suites.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEST_CASE_BIOFIX_TEST

public static final java.lang.String TEST_CASE_BIOFIX_TEST
Constant indicating the built-in database is to be used for testing on the biofix system. This is set in the ldappc.properties file and must be consist with it.

See Also:
Constant Field Values

TEST_CASE_BIOFIX_UC

public static final java.lang.String TEST_CASE_BIOFIX_UC
Constant indicating the UC database is to be used for testing on the biofix system. This is set in the ldappc.properties file and must be consist with it.

See Also:
Constant Field Values

TEST_CASE_WINDOWS_TEST

public static final java.lang.String TEST_CASE_WINDOWS_TEST
Constant indicating the built-in database is to be used for testing on the Windows system. This is set in the ldappc.properties file and must be consist with it.

See Also:
Constant Field Values

TEST_CASE_WINDOWS_QS

public static final java.lang.String TEST_CASE_WINDOWS_QS
Constant indicating the Quickstart database is to be used for testing on the Windows system. This is set in the ldappc.properties file and must be consist with it.

See Also:
Constant Field Values

TEST_CONTEXT_BASE

public static final java.lang.String TEST_CONTEXT_BASE
Key for obtaining the Dn for the test context base.

See Also:
Constant Field Values

TEST_CONTEXT_BASE_MANAGER

public static final java.lang.String TEST_CONTEXT_BASE_MANAGER
Key for obtaining the Dn for the test context base.

See Also:
Constant Field Values

ROOTOU

public static final java.lang.String ROOTOU
Key for obtaining the DN for the context base.

See Also:
Constant Field Values

SUBJECT_QUERY

public static final java.lang.String SUBJECT_QUERY
Constant indicating the identifier in the Signet database used on a Windows system.

See Also:
Constant Field Values

INDIVIDUAL_QUERY

public static final java.lang.String INDIVIDUAL_QUERY
Constant indicating the identifier in the Signet database used on a Windows system.

See Also:
Constant Field Values

DN_TEST_BASE

public static java.lang.String DN_TEST_BASE
The distinguished name for the base context used for testing.

Constructor Detail

AllJUnitTests

public AllJUnitTests(java.lang.String name)
Constructor

Method Detail

suite

public static junit.framework.Test suite()
This method builds a master TestSuite out of the individual test suites.