To use these tag, add the namespace http://moyaproject.com/test to the root element.
Tags to build unit tests.
Tag | Synopsis |
---|---|
<case> | define a test case |
<fail> | fail a test case |
<get-response> | get a test response |
<load-project> | load a project for testing |
<request> | make a mock request |
<require> | require an exception to be thrown in a test case |
<set-up> | setup code for a test suite |
<suite> | define a suite of test cases |
<tear-down> | tear down (finalize) code for a test suite |