aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2005-12-31 18:44:54 +0000
committerN.N. <matju@users.sourceforge.net>2005-12-31 18:44:54 +0000
commitffbfad84037271db59e3253446e3889addfbbe6c (patch)
treebd660bd13a3039c7579f2c42059df0d295d4c38a /README
parent202b487520c16bf9c1c51b47fab158323f6fe016 (diff)
.
svn path=/trunk/abstractions/pureunity/; revision=4331
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
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)