X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=2f0da68080b10cf79c4ceca36e58328ff8f5ecce;hb=aa1871a3e62dfee34df09ab613d8366494785d0a;hp=ffaa50de62d978d82ca7451f5c379b708cfd351d;hpb=381a23bb7ab8dd206bcd430ce9c7ee9c53e52f13;p=xlunit.git diff --git a/package.lisp b/package.lisp index ffaa50d..2f0da68 100644 --- a/package.lisp +++ b/package.lisp @@ -2,10 +2,10 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: package.lisp,v 1.7 2003/08/04 17:04:49 kevin Exp $ +;;;; ID: $Id: package.lisp,v 1.10 2003/08/06 14:15:32 kevin Exp $ ;;;; Purpose: Package definition for XLUnit ;;;; -;;;; $Id: package.lisp,v 1.7 2003/08/04 17:04:49 kevin Exp $ +;;;; $Id: package.lisp,v 1.10 2003/08/06 14:15:32 kevin Exp $ ;;;; ************************************************************************* (in-package #:cl-user) @@ -28,6 +28,9 @@ #:assert-false #:assert-equal #:assert-eql + #:assert-not-eql + #:assert-condition + #:assert-not-condition #:test-failure #:failure @@ -37,9 +40,12 @@ #:setup-testsuite-named #:teardown-testsuite-named #:add-test - #:test-named + #:named-test #:remove-test #:tests + #:get-suite + #:test-suite + #:run-on-test-results ;; printer.lisp #:summary