r5448: *** empty log message ***
[xlunit.git] / README
1 XLUnit provides a unit testing package for Common Lisp.  It it based
2 on the XPTest package by OnShore development, but is rewritten to be
3 closer in usage to the JUnit package.
4
5 XLUnit it is designed to be used with significantly less overhead on
6 the part of the test author compared to XPTest. Most powerfully,
7 XLUnit can create dynamic test suites based on defined methods.
8
9 XLUnit comes with its own test suite (tests.lisp) along with an
10 example file (example.lisp).
11
12