summaryrefslogtreecommitdiff
path: root/test/CuTest.h
Commit message (Expand)AuthorAgeFilesLines
* Add a CuAssertStrnEquals which does a strncmp instead of a strcmp. Thisrbb2002-12-191-0/+2
* CuTest.h doesn't need apr_errno.h anymore.rbb2002-12-111-2/+0
* Move CuAssertSuccess to apr_assert_success, and remove it from therbb2002-12-061-4/+0
* Add CuAssertSuccess function for giving useful failure messages.jorton2002-12-061-0/+7
* Add some const saftey to CuTestrbb2002-11-271-2/+2
* Add some const good-nessrbb2002-11-231-4/+4
* Change CuSuiteListDetails function to return the number of tests whichjorton2002-11-141-1/+3
* Cleanup the output from the new test suite. It now prints the outputrbb2002-10-231-0/+1
* Const-ify some functions in the test suite.rbb2002-10-131-3/+3
* Cleanup all warnings generated by the test suite code.rbb2002-10-131-0/+1
* just say no to carriage returnstrawick2002-09-161-132/+133
* Begin to migrate the APR test suite to the CuTest framework. Thisrbb2002-09-151-0/+132