summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/output (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix XML output NullPointerException.J08nY2018-01-201-0/+1
* Export CPLC data and card ATR in test suite outputs.J08nY2018-01-143-0/+100
* Make test output show natural sw.J08nY2018-01-051-1/+1
* Split output to remove cross-dependency of reader and standalone.J08nY2017-12-273-0/+160
* Extract TestWriters into common.J08nY2017-12-064-357/+6
* Fix TestWriters.J08nY2017-12-063-3/+6
* Specialize test suites in reader package to classes.J08nY2017-12-053-6/+6
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-034-15/+3
* Split Util class into a package.J08nY2017-11-263-9/+9
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-133-9/+9
* Separate build files for standalone and reader apps.J08nY2017-11-124-39/+3
* Introduce ECTesterStandalone.J08nY2017-11-121-60/+0
* Split test package into common.J08nY2017-11-104-15/+21
* Output SWs as unsigned ints.J08nY2017-11-062-5/+5
* Introduce Result.Value.ERROR.J08nY2017-11-051-1/+1
* Introduce Response.error variable.J08nY2017-11-051-1/+1
* Fix some alignment issues.J08nY2017-11-051-2/+0
* Implement Result.ExpectedValue to add more logic to test evaluation.J08nY2017-11-054-18/+40
* Add output of commands to test-suite YAML and XML output.J08nY2017-11-013-6/+35
* Fix response output.J08nY2017-10-312-2/+2
* Add some more compound tests and suite descriptions.J08nY2017-10-262-2/+11
* Introduce a Result class, that has a value and a cause.J08nY2017-10-253-4/+14
* Split ResponseWriter into separate class, introduce TestRunner.J08nY2017-10-257-66/+80
* Simplify test contract.J08nY2017-10-253-11/+14
* Add test.ok() information to XML and YAML outputs.J08nY2017-10-252-0/+5
* Add Compund test to test-vectors suite.J08nY2017-10-252-10/+20
* Implement YAMLOutputWriter.J08nY2017-10-241-2/+62
* Rename some OutputWriter methods, add YAMLOutputWriter.J08nY2017-10-244-10/+10
* Implement a basic XMLOutputWriter.J08nY2017-10-162-2/+95
* Refactor response and test outputing into separate writers.J08nY2017-10-156-0/+240