umich.cac.test
Class AllUnitTests

java.lang.Object
  extended byumich.cac.test.AllUnitTests

public class AllUnitTests
extends java.lang.Object

TestSuite that runs all unit tests.


Constructor Summary
AllUnitTests()
           
 
Method Summary
static junit.framework.Test suite()
          Makes a TestSuite containing all of the CAC unit tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllUnitTests

public AllUnitTests()
Method Detail

suite

public static junit.framework.Test suite()
Makes a TestSuite containing all of the CAC unit tests.

Returns:
TestSuite containing all of the CAC unit tests.