r5454: *** empty log message ***
[xlunit.git] / package.lisp
index 6b58890dac78fc1cec7c4107b5edcc41fcaee129..ffaa50de62d978d82ca7451f5c379b708cfd351d 100644 (file)
@@ -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."))