X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=ffaa50de62d978d82ca7451f5c379b708cfd351d;hb=381a23bb7ab8dd206bcd430ce9c7ee9c53e52f13;hp=6b58890dac78fc1cec7c4107b5edcc41fcaee129;hpb=53e193feda5d4cb757ef13d622fac03cf99178a2;p=xlunit.git diff --git a/package.lisp b/package.lisp index 6b58890..ffaa50d 100644 --- a/package.lisp +++ b/package.lisp @@ -2,10 +2,10 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: package.lisp,v 1.6 2003/08/04 16:13:58 kevin Exp $ +;;;; ID: $Id: package.lisp,v 1.7 2003/08/04 17:04:49 kevin Exp $ ;;;; Purpose: Package definition for XLUnit ;;;; -;;;; $Id: package.lisp,v 1.6 2003/08/04 16:13:58 kevin Exp $ +;;;; $Id: package.lisp,v 1.7 2003/08/04 17:04:49 kevin Exp $ ;;;; ************************************************************************* (in-package #:cl-user) @@ -17,8 +17,9 @@ ;; test-case.lisp #:test-case #:def-test-method - #:setup - #:teardown + #:set-up + #:tear-down + #:run #:run-test #:make-test @@ -44,8 +45,8 @@ #:summary ;; result.lisp - #:test-result - #:make-test-result + #:test-results + #:make-test-results #:was-successful ) (:documentation "This is the XLUnit Framework."))