X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=d2cd550feb2569a9940526dd929d61407f30ddc4;hb=f67db194b4ffb7d673feb50dc0e152274c14cd76;hp=2f0da68080b10cf79c4ceca36e58328ff8f5ecce;hpb=aa1871a3e62dfee34df09ab613d8366494785d0a;p=xlunit.git diff --git a/package.lisp b/package.lisp index 2f0da68..d2cd550 100644 --- a/package.lisp +++ b/package.lisp @@ -2,10 +2,10 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: package.lisp,v 1.10 2003/08/06 14:15:32 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Package definition for XLUnit ;;;; -;;;; $Id: package.lisp,v 1.10 2003/08/06 14:15:32 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:cl-user) @@ -24,14 +24,17 @@ #:make-test ;; assert - #:assert-true - #:assert-false #:assert-equal #:assert-eql #:assert-not-eql + #:assert-true + #:assert-false #:assert-condition - #:assert-not-condition - #:test-failure + #:test + #:test-error + #:test-no-error + #:test-warning + #:test-no-warning #:failure ;; suite.lisp @@ -44,6 +47,7 @@ #:remove-test #:tests #:get-suite + #:suite #:test-suite #:run-on-test-results