File: README

package info (click to toggle)
cl-xlunit 0.6.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 96 kB
  • ctags: 111
  • sloc: lisp: 573; makefile: 50; sh: 28
file content (10 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
XLUnit provides a unit testing package for Common Lisp.  It it based
on the 3 similar packages:
   JUnit by Kent Beck
   XPTest package by OnShore development
   CLOS-unit by Sandro Pedrazzini

XLUnit comes with its own test suite (tests.lisp) along with an
example file (example.lisp).