Age | Commit message (Collapse) | Author |
|
This update consists of two changes:
* No longer return "true" or "false" instead return "TEST_FAILED", or "TEST_SUCCEEDED".
* Removed the testing of test-inversion from the class, now it lives in the base-class where it should have done all along.
|
|
|
|
|
|
So "foo" is less good than 'foo'.
|
|
|
|
This:
def foo
line
end
Is the same as this:
def foo
return( line )
end
|
|
Full protocol-tests are documented online, in the project
wiki at:
https://projects.bytemark.co.uk/projects/custodian/wiki/TestDefinitionExamples
|
|
|