summaryrefslogtreecommitdiff
path: root/worker/tests/README
blob: ff3e25d5b7c9e06446b91d6d4ccf6290f36b6a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  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

    get_details

  'run_test' will be called to run the test, returning true if passed, and false
 otherwise.  In the event of a test failure 'get_details' will return
 something useful.