aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/test/Test.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement a basic XMLOutputWriter.J08nY2017-10-161-4/+5
|
* Refactor response and test outputing into separate writers.J08nY2017-10-151-7/+14
| | | | | This is done to provide multiple output formats, one which logs tests to console in simple human readable format and others.
* Abstract out Test and move its simple implementation to Test.Simple.J08nY2017-10-151-52/+123
| | | | | - Also create a Test.Compound nested static class that can combine multiple Tests and their Results, and has a single Result.
* Reorganize reader packages.J08nY2017-10-131-0/+85