| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add compound test to default tests.feature/test-output-html | J08nY | 2017-10-31 | 3 | -23/+63 |
| | | |||||
| * | Add some more compound tests and suite descriptions. | J08nY | 2017-10-26 | 5 | -22/+16 |
| | | |||||
| * | Introduce a Result class, that has a value and a cause. | J08nY | 2017-10-25 | 8 | -91/+151 |
| | | |||||
| * | Split ResponseWriter into separate class, introduce TestRunner. | J08nY | 2017-10-25 | 7 | -52/+49 |
| | | |||||
| * | Simplify test contract. | J08nY | 2017-10-25 | 2 | -22/+15 |
| | | |||||
| * | Split TestSuite classes into separate files. | J08nY | 2017-10-25 | 6 | -234/+318 |
| | | |||||
| * | Add Compund test to test-vectors suite. | J08nY | 2017-10-25 | 2 | -5/+63 |
| | | |||||
| * | Fix output when missing output format option. | J08nY | 2017-10-24 | 1 | -1/+6 |
| | | |||||
| * | Rename some OutputWriter methods, add YAMLOutputWriter. | J08nY | 2017-10-24 | 1 | -10/+9 |
| | | |||||
| * | Implement a basic XMLOutputWriter. | J08nY | 2017-10-16 | 1 | -4/+5 |
| | | |||||
| * | Refactor response and test outputing into separate writers. | J08nY | 2017-10-15 | 2 | -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. | J08nY | 2017-10-15 | 2 | -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. | J08nY | 2017-10-13 | 2 | -0/+405 |
