This is the test-utils Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:52:57 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
test-utils
Convenience functions and macros for testing Common Lisp applications via Prove and Quickcheck
inaimathi <leo.zovic@gmail>
MIT Expat <http://directory.fsf.org/wiki/License:Expat>
alexandria
(system).
prove
(system).
cl-quickcheck
(system).
agnostic-lizard
(system).
package.lisp
(file).
test-utils.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
test-utils/test-utils.lisp
package.lisp
(file).
test-utils
(system).
a-hash
(function).
a-keyword
(special variable).
a-number
(special variable).
a-pair
(function).
a-ratio
(special variable).
a-specific-alist
(function).
a-specific-hash
(function).
a-specific-plist
(function).
a-value
(special variable).
a-vector
(function).
an-atom
(special variable).
for-all
(macro).
is-expand
(macro).
one-of
(function).
qchecks
(macro).
quiet-check
(macro).
tests
(macro).
a-plist
(function).
an-alist
(function).
an-array
(function).
an-improper-list
(function).
Packages are listed by definition order.
test-utils
cl-quickcheck
.
common-lisp
.
prove
.
a-hash
(function).
a-keyword
(special variable).
a-number
(special variable).
a-pair
(function).
a-ratio
(special variable).
a-specific-alist
(function).
a-specific-hash
(function).
a-specific-plist
(function).
a-value
(special variable).
a-vector
(function).
an-atom
(special variable).
for-all
(macro).
is-expand
(macro).
one-of
(function).
qchecks
(macro).
quiet-check
(macro).
tests
(macro).
a-plist
(function).
an-alist
(function).
an-array
(function).
an-improper-list
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Form for calling quickcheck tests from a prove test (this lets you easily execute :quickcheck properties as part of a prove:run)
Like :quickcheck, but squelches the initial seed reporting. Useful for running quickcheck properties in the middle of :prove suites.
This hacks around :prove’s requirement that a number of forms be provided, and #’prove:finalze be called around each set of :prove tests. Pointed out at https://github.com/fukamachi/prove/issues/14, but not yet addressed.
Jump to: | A F I M O Q T |
---|
Jump to: | A F I M O Q T |
---|
Jump to: | A S |
---|
Jump to: | A S |
---|
Jump to: | F P S T |
---|
Jump to: | F P S T |
---|