summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/output/YAMLTestWriter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Export CPLC data and card ATR in test suite outputs.J08nY2018-01-141-0/+33
* Split output to remove cross-dependency of reader and standalone.J08nY2017-12-271-0/+57
* Extract TestWriters into common.J08nY2017-12-061-117/+0
* Fix TestWriters.J08nY2017-12-061-1/+2
* Specialize test suites in reader package to classes.J08nY2017-12-051-2/+2
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-031-0/+1
* Split Util class into a package.J08nY2017-11-261-3/+3
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-131-3/+3
* Separate build files for standalone and reader apps.J08nY2017-11-121-1/+1
* Split test package into common.J08nY2017-11-101-5/+7
* Output SWs as unsigned ints.J08nY2017-11-061-3/+3
* Implement Result.ExpectedValue to add more logic to test evaluation.J08nY2017-11-051-1/+2
* Add output of commands to test-suite YAML and XML output.J08nY2017-11-011-5/+21
* Add some more compound tests and suite descriptions.J08nY2017-10-261-1/+4
* Introduce a Result class, that has a value and a cause.J08nY2017-10-251-1/+2
* Split ResponseWriter into separate class, introduce TestRunner.J08nY2017-10-251-0/+92