edu.internet2.middleware.ldappcTest
Class AllJUnitUtilTests

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

public class AllJUnitUtilTests
extends junit.framework.TestCase

This class builds a TestSuite out of the individual test classes. It assembles all of the test classes is the "root" directory of the Ldappc application.

Author:
Gil Singer

Constructor Summary
AllJUnitUtilTests(java.lang.String name)
          Class for running all of the test cases for the base directory.
 
Method Summary
static junit.framework.Test suite()
          The suite of test cases.
 
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
 

Constructor Detail

AllJUnitUtilTests

public AllJUnitUtilTests(java.lang.String name)
Class for running all of the test cases for the base directory.

Method Detail

suite

public static junit.framework.Test suite()
The suite of test cases.