aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add compound test to default tests.feature/test-output-htmlJ08nY2017-10-313-23/+63
|
* Add some more compound tests and suite descriptions.J08nY2017-10-265-22/+16
|
* Introduce a Result class, that has a value and a cause.J08nY2017-10-258-91/+151
|
* Split ResponseWriter into separate class, introduce TestRunner.J08nY2017-10-257-52/+49
|
* Simplify test contract.J08nY2017-10-252-22/+15
|
* Split TestSuite classes into separate files.J08nY2017-10-256-234/+318
|
* Add Compund test to test-vectors suite.J08nY2017-10-252-5/+63
|
* Fix output when missing output format option.J08nY2017-10-241-1/+6
|
* Rename some OutputWriter methods, add YAMLOutputWriter.J08nY2017-10-241-10/+9
|
* Implement a basic XMLOutputWriter.J08nY2017-10-161-4/+5
|
* Refactor response and test outputing into separate writers.J08nY2017-10-152-22/+32
| | | | | 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-152-88/+159
| | | | | - 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-132-0/+405