cyclone/docs/api/scheme/cyclone/test.md
Justin Ethier 4a526002b1 Added file
2016-09-30 18:50:50 -04:00

57 lines
1.5 KiB
Markdown

# Test Library
The `(scheme cyclone test)` library contains a testing framework ported from `(chibi test)` which in turn was ported from CHICKEN.
- [`warning`](#warning)
- [`test-group-inc!`](#test-group-inc)
- [`print-exception`](#print-exception)
- [`test`](#test)
- [`test-equal`](#test-equal)
- [`test-error`](#test-error)
- [`test-assert`](#test-assert)
- [`test-not`](#test-not)
- [`test-values`](#test-values)
- [`test-group`](#test-group)
- [`current-test-group`](#current-test-group)
- [`test-begin`](#test-begin)
- [`test-end`](#test-end)
- [`test-syntax-error`](#test-syntax-error)
- [`test-propagate-info`](#test-propagate-info)
- [`test-vars`](#test-vars)
- [`test-run`](#test-run)
- [`test-exit`](#test-exit)
- [`current-test-verbosity`](#current-test-verbosity)
- [`current-test-applier`](#current-test-applier)
- [`current-test-handler`](#current-test-handler)
- [`current-test-skipper`](#current-test-skipper)
- [`current-test-group-reporter`](#current-test-group-reporter)
- [`test-failure-count`](#test-failure-count)
- [`current-test-epsilon`](#current-test-epsilon)
- [`current-test-comparator`](#current-test-comparator)
#warning
#test-group-inc!
#print-exception
#test
#test-equal
#test-error
#test-assert
#test-not
#test-values
#test-group
#current-test-group
#test-begin
#test-end
#test-syntax-error
#test-propagate-info
#test-vars
#test-run
#test-exit
#current-test-verbosity
#current-test-applier
#current-test-handler
#current-test-skipper
#current-test-group-reporter
#test-failure-count
#current-test-epsilon
#current-test-comparator