X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=assert.lisp;h=d1d779271d4169a8d3bb27fdb4278287666dbab6;hb=77e80d4f7d2d8a1aea36f9239abc7e1b25500ecc;hp=25db1e5e3ca93d8ab70392aeef29e8e4f4a6d237;hpb=3d99efdf0959b199cc4b2e020c7692f650094f73;p=xlunit.git diff --git a/assert.lisp b/assert.lisp index 25db1e5..d1d7792 100644 --- a/assert.lisp +++ b/assert.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: assert.lisp,v 1.6 2003/08/05 22:56:25 kevin Exp $ +;;;; ID: $Id: assert.lisp,v 1.8 2003/08/06 14:51:01 kevin Exp $ ;;;; Purpose: Assert functions for XLUnit ;;;; ;;;; ************************************************************************* @@ -47,3 +47,10 @@ (defmacro assert-false (v &optional message) `(when ,v (failure-message ,message "Assert false: ~S" ',v))) + +(defmacro assert-condition (condition v &optional message) + + ) + +(defmacro assert-not-condition (condition v &optional message) + )