chickadee » srfi-64 » test-result-alist

test-result-alist runnerprocedure

Returns an association list of the current result properties. It is unspecified if the result shares state with the test-runner. The result should not be modified, on the other hand the result may be implicitly modified by future test-result-set! or test-result-remove calls. However, a test-result-clear does not modify the returned alist. Thus you can "archive" result objects from previous runs.