X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fclasses.lisp;h=a0e86597b31262003fcbea6054c32c3c38593298;hb=aeda92bda135a87daff3b1267fb08c149df61040;hp=964b8db5088b12bbf6c3507dfbeb95dc2fcfdb7d;hpb=fdc09912d20111bc61a5be162c4728c1fb5f41ed;p=fiveam.git diff --git a/src/classes.lisp b/src/classes.lisp index 964b8db..a0e8659 100644 --- a/src/classes.lisp +++ b/src/classes.lisp @@ -14,8 +14,19 @@ of this test. Either: T - this test (and all its dependencies, have passed. NIL - this test failed (either it failed or its dependecies weren't - met. :circular this test has a circular depenedency - and was skipped."))) + met. :circular this test has a circular dependency + and was skipped. Or :depends-not-satisfied or :resolving") + (profiling-info :accessor profiling-info + :initform nil + :documentation "An object representing how + much time and memory where used by the + test.") + (collect-profiling-info :accessor collect-profiling-info + :initarg :collect-profiling-info + :initform nil + :documentation "When T profiling + information will be collected when the + test is run."))) (defmethod print-object ((test testable-object) stream) (print-unreadable-object (test stream :type t :identity t)