summaryrefslogtreecommitdiff
path: root/lib/README
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 17:22:43 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 17:22:43 +0000
commita05a3cb59b26b0eff338b82a8cdf2627839e4cec (patch)
treeeacbf6a3573759ea0f1ee8348a09ca39d60028b7 /lib/README
parenta977d57759bbe20ae6a6eff6ef1af29a6b7ff936 (diff)
Renamed and moved files around.
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/README b/lib/README
new file mode 100644
index 0000000..5d8b6d3
--- /dev/null
+++ b/lib/README
@@ -0,0 +1,17 @@
+
+ This directory contains the protocol-tests.
+
+ For the protocol "xxx" we must have:
+
+ - The file called xxx.rb
+
+ - The definition of class "XXXTest" - note upper-case
+
+ The class must implement the methods:
+
+ run_test()
+
+ error()
+
+ 'run_test' will be called to run the test, returning true if passed, and false
+ otherwise. In the event of a test failure 'error' will return something useful.