"Test results" Donovan Kolbly (08 Mar 2005 22:53 UTC)
Re: "Test results" Per Bothner (08 Mar 2005 23:38 UTC)
Re: "Test results" Donovan Kolbly (08 Mar 2005 23:55 UTC)
Re: "Test results" Per Bothner (09 Mar 2005 00:17 UTC)

"Test results" Donovan Kolbly 08 Mar 2005 22:53 UTC

The section "Test results" talks about what test results are, but it isn't
immediately clear how they are obtained as association lists.  For my
instance, I am implementing a <test-result> class, and I suppose I will
need to roll up the fields into an alist.  I can do that... but when?

Also, I don't understand the sentence "The test-kind association return
one of the following symbols".  Does that mean that one key in the alist
is the symbol 'test-kind and the value is one of the indicated symbols,
so, for example, the following might be a test result:

   ((test-kind . PASS) (source-file . "foo.scm") (source-line . 13))

--
-- Donovan Kolbly                    (  xxxxxx@rscheme.org
				     (  http://www.rscheme.org/~donovan/