From ffbfad84037271db59e3253446e3889addfbbe6c Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 31 Dec 2005 18:44:54 +0000 Subject: . svn path=/trunk/abstractions/pureunity/; revision=4331 --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 284d77d..56b4e2f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.4 2005-12-31 02:50:12 matju Exp $ +$Id: README,v 1.5 2005-12-31 18:44:54 matju Exp $ PureUnity @@ -50,8 +50,6 @@ TEST PROTOCOL outlet 0: test results. a sequence of lists like: list $name $passed? $accuracy $elapsed - for example: - list where: $name is a symbol @@ -61,6 +59,12 @@ TEST PROTOCOL $elapsed is a float, the time elapsed in milliseconds or it is the symbol "-" if not measured. + for example: + list commutative1 1 0 - + + Which means that the 1st test about commutativity passed ($2=1) because it + was perfectly accurate ($3==0) and that we didn't measure the time ($4=-). + +-+-+--+---+-----+--------+-------------+---------------------+ SEVERITIES (in decreasing order) -- cgit v1.2.1