aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/output
Commit message (Collapse)AuthorAgeFilesLines
* Add some more compound tests and suite descriptions.J08nY2017-10-262-2/+11
|
* Introduce a Result class, that has a value and a cause.J08nY2017-10-253-4/+14
|
* Split ResponseWriter into separate class, introduce TestRunner.J08nY2017-10-257-66/+80
|
* Simplify test contract.J08nY2017-10-253-11/+14
|
* Add test.ok() information to XML and YAML outputs.J08nY2017-10-252-0/+5
|
* Add Compund test to test-vectors suite.J08nY2017-10-252-10/+20
|
* Implement YAMLOutputWriter.J08nY2017-10-241-2/+62
|
* Rename some OutputWriter methods, add YAMLOutputWriter.J08nY2017-10-244-10/+10
|
* Implement a basic XMLOutputWriter.J08nY2017-10-162-2/+95
|
* Refactor response and test outputing into separate writers.J08nY2017-10-156-0/+240
This is done to provide multiple output formats, one which logs tests to console in simple human readable format and others.