Hide
Login/Register to vote and to have access to more featuresYou are here: Root > By Topic > Utilities
Go directly to another tagGo directly to another tagAll Last Modified Items for Unit Testing
Back to full tag viewNST (Added)Last modification: Wed, 29 Dec 2010 18:20:01 GMTNST is a test framework for Common Lisp offering separate and reusable fixture definitions, test groups, extensible test criteria, ASDF integration, and optional JUnit XML output.
NST (Added)Last modification: Thu, 19 Aug 2010 18:34:16 GMTNST is a test framework for Common Lisp offering separate and reusable fixture definitions, test groups, extensible test criteria, ASDF integration, and optional JUnit XML output.
FiveAM (Modified)Last modification: Wed, 07 Oct 2009 17:50:51 GMTSimple regression testing framework "designed with Common Lisp's interactive development model in mind". It features hierarchical test suites, functions for re-running recent tests, and inter-test dep...
portch (Modified)Last modification: Tue, 12 Aug 2008 00:46:05 GMTPortch is a small framework for organizing and running tests written with ptester
ptester (Added)Last modification: Sat, 09 Aug 2008 10:56:39 GMTptester is a portable version of Franz's tester library. It is a test framework library.
cl-selenium (Modified)Last modification: Tue, 01 Jul 2008 15:57:02 GMTWrite your Selenium functional test cases or script your web browser in Common Lisp.
FReT (Modified)Last modification: Mon, 08 Oct 2007 04:35:10 GMTFReT (Framework for Regression Testing) is a testing framework inspired by Lift, CLOSUnit and JUnit, with an emphasis on interactivity.
grand-prix (Added)Last modification: Mon, 12 Feb 2007 08:39:17 GMTTests, stress-test and performance-tests for Common Lisp object-databases and persistence libraries.
stefil (Added)Last modification: Tue, 30 Jan 2007 13:13:33 GMTSimple TEst Framework In Lisp - a very thin, yet full featured test framework that creates instrumented defun's that can be called from the REPL.
Autobench (Added)Last modification: Tue, 14 Nov 2006 15:36:02 GMTAutobench is a tool set to help automatically build and benchmark versions of common lisp implementations.
It defines a protocol to easily add supported implementations, and comes with a web front-en...
LIFT (Modified)Last modification: Mon, 25 Sep 2006 15:47:54 GMTLIFT is a unit testing framework in the JUnit/SUnit tradition.
CLUnit (Modified)Last modification: Sat, 20 May 2006 13:08:42 GMTCLUnit is a anit test tool designed for environments "characterized by frequent interactive unit test runs". It has a purpose similar to RT, but is simpler to use and supports more powerful types of t...
lisp-unit (Added)Last modification: Sat, 29 Apr 2006 09:37:28 GMTA simple to use, modular unit testing library designed for beginning programmers. It supports test-first programming, the redefinition of functions and macros without reloading tests. Lisp-unit can te...
XLUnit (Added)Last modification: Sat, 28 Jan 2006 13:16:25 GMTA toolkit for building test suites, based on JUnit by Kent Beck and XPTest by Craig Brozensky. It provides a tradeoff between programmer overhead and good support for fixture setup and teardown.
Common Lisp and IEEE 754 (Added)Last modification: Mon, 23 Jan 2006 20:03:28 GMTComformance test suite for Common Lisp implementations purporting to conform to the IEEE 754 standard for floating point operations.
RT-CLIM (Added)Last modification: Wed, 11 Jan 2006 14:01:58 GMTCLIM front-end for the RT regression testing framework.
RT (Added)Last modification: Wed, 11 Jan 2006 13:55:38 GMTRegression testing framework described in a paper by Richard Waters titled "Some Useful Lisp Algorithms: Part 1".
HEUTE (Added)Last modification: Sat, 07 Jan 2006 10:39:15 GMTHEUTE (Hierarchical Extensible Unit Testing Environment for Common LISP) is a unit testing framework featuring a hierarchical approach to testing. A test suite is represented by a CLOS class, with sub...
Some Useful Lisp Algorithms: Part 1 (Added)Last modification: Fri, 06 Jan 2006 21:38:55 GMTCollection of 3 technical papers written during 1991 by Richard "Dick" Waters and submitted to the ACM Lisp Pointers journal.
The first paper, titled "Supporting the Regression Testing of Lisp Program...