X-Git-Url: http://git.kpe.io/?p=xlunit.git;a=blobdiff_plain;f=package.lisp;h=cba40e051ef36ee1ca75ca862047a5cd1c79237e;hp=68562f23704ce4ffe1303966f09504b7029486d3;hb=HEAD;hpb=6e195606e06173086a91616042adef3072633d92 diff --git a/package.lisp b/package.lisp index 68562f2..cba40e0 100644 --- a/package.lisp +++ b/package.lisp @@ -2,10 +2,10 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: package.lisp,v 1.8 2003/08/04 19:31:34 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Package definition for XLUnit ;;;; -;;;; $Id: package.lisp,v 1.8 2003/08/04 19:31:34 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:cl-user) @@ -13,7 +13,7 @@ (defpackage #:xlunit (:use #:cl) (:export - + ;; test-case.lisp #:test-case #:def-test-method @@ -24,11 +24,17 @@ #:make-test ;; assert - #:assert-true - #:assert-false #:assert-equal #:assert-eql - #:test-failure + #:assert-not-eql + #:assert-true + #:assert-false + #:assert-condition + #:test + #:test-error + #:test-no-error + #:test-warning + #:test-no-warning #:failure ;; suite.lisp @@ -41,12 +47,13 @@ #:remove-test #:tests #:get-suite + #:suite #:test-suite #:run-on-test-results - + ;; printer.lisp #:summary - + ;; result.lisp #:test-results #:make-test-results