summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/output (follow)
Commit message (Expand)AuthorAgeFilesLines
* Output SWs as unsigned ints.J08nY2017-11-062-5/+5
* Introduce Result.Value.ERROR.J08nY2017-11-051-1/+1
* Introduce Response.error variable.J08nY2017-11-051-1/+1
* Fix some alignment issues.J08nY2017-11-051-2/+0
* Implement Result.ExpectedValue to add more logic to test evaluation.J08nY2017-11-054-18/+40
* Add output of commands to test-suite YAML and XML output.J08nY2017-11-013-6/+35
* Fix response output.J08nY2017-10-312-2/+2
* 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