make gen-character more robust
[fiveam.git] / src / classes.lisp
index 0e7d836..a0e8659 100644 (file)
@@ -14,8 +14,8 @@
           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
   ((tests :accessor tests :initform (make-hash-table :test 'eql)
          :documentation "The hash table mapping names to test
          objects in this suite. The values in this hash table
-         can be either test-cases or other test-suites.")
-   (default-test-args :accessor default-test-args :initform '()
-                      :initarg :default-test-args
-                      :documentation "Arguments passed to TEST
-                      macro when using this suite."))
+         can be either test-cases or other test-suites."))
   (:documentation "A test suite is a collection of tests or test suites.
 
 Test suites serve to organize tests into groups so that the