aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/test/TestSuite.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add compound test to default tests.feature/test-output-htmlJ08nY2017-10-311-18/+56
|
* Introduce a Result class, that has a value and a cause.J08nY2017-10-251-12/+15
|
* Split ResponseWriter into separate class, introduce TestRunner.J08nY2017-10-251-19/+3
|
* Split TestSuite classes into separate files.J08nY2017-10-251-234/+0
|
* Add Compund test to test-vectors suite.J08nY2017-10-251-5/+24
|
* Rename some OutputWriter methods, add YAMLOutputWriter.J08nY2017-10-241-10/+9
|
* Refactor response and test outputing into separate writers.J08nY2017-10-151-15/+18
| | | | | 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-36/+36
| | | | | - 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/+320