edu.internet2.middleware.ldappcTest
Class AllJUnitBaseDirTests

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

public class AllJUnitBaseDirTests
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
AllJUnitBaseDirTests(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.
 void testAssert()
          A sanity test -- must always be okay or something is drastically wrong.
 
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

AllJUnitBaseDirTests

public AllJUnitBaseDirTests(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.


testAssert

public void testAssert()
A sanity test -- must always be okay or something is drastically wrong.