r6298: convert .cvsignore to svn:ignore properties
[xlunit.git] / package.lisp
index 2f0da68080b10cf79c4ceca36e58328ff8f5ecce..dce765773d3c2eaafb3ecece0199d2e662291403 100644 (file)
@@ -2,10 +2,10 @@
 ;;;; *************************************************************************
 ;;;; FILE IDENTIFICATION
 ;;;;
-;;;; ID:      $Id: package.lisp,v 1.10 2003/08/06 14:15:32 kevin Exp $
+;;;; ID:      $Id: package.lisp,v 1.12 2003/08/10 07:39:33 kevin Exp $
 ;;;; Purpose: Package definition for XLUnit
 ;;;;
-;;;; $Id: package.lisp,v 1.10 2003/08/06 14:15:32 kevin Exp $
+;;;; $Id: package.lisp,v 1.12 2003/08/10 07:39:33 kevin Exp $
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
    #: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