Next: Guile Test Reference, Up: Guile API Reference [Contents][Index]
The suite functionality is provided by the module (mbenchmark
suite)
. The following names are provided:
This type represents a test suite. Its starting state is empty.
It encapsulates micro_benchmark_suite
underneath and controls
its lifetime. Note that this name is not exported by the module; the
name <suite>
is only for reference.
Preconditions:
(string? name)
is #t
.
Effects:
Postconditions:
suite?
returns #t
on the returned value.
Preconditions:
Effects:
<suite>
.
Postconditions:
#t
if object is of type
<suite>
.
Preconditions:
make-suite
.
Effects:
Postconditions:
Preconditions:
make-suite
.
Effects:
Postconditions:
Preconditions:
make-suite
.
run-suite
has not been called on suite.
Effects:
Postconditions:
Preconditions:
make-suite
.
run-suite
has been called on suite.
Effects:
Postconditions:
Next: Guile Test Reference, Up: Guile API Reference [Contents][Index]