summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/output/TextTestWriter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add option to use preset semi-random private key in tests.J08nY2019-02-211-0/+1
* Add ECDH validation tests using BouncyCastle.J08nY2018-11-141-0/+1
* Add applet metadata to test outputs.J08nY2018-11-111-2/+7
* Elementary support for OpenSSL.J08nY2018-07-181-3/+3
* Add testing of previous prime R to wrong test suite.J08nY2018-07-051-3/+4
* Add git commit to version number for better versioning of tests.J08nY2018-07-031-1/+1
* Add ECTester version to test run output.J08nY2018-04-251-0/+2
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-101-1/+5
* Export CPLC data and card ATR in test suite outputs.J08nY2018-01-141-0/+29
* Split output to remove cross-dependency of reader and standalone.J08nY2017-12-271-0/+28
* Extract TestWriters into common.J08nY2017-12-061-89/+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
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-131-3/+3
* Split test package into common.J08nY2017-11-101-4/+6
* 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-051-16/+34
* Add output of commands to test-suite YAML and XML output.J08nY2017-11-011-1/+2
* Fix response output.J08nY2017-10-311-1/+1
* Introduce a Result class, that has a value and a cause.J08nY2017-10-251-1/+3
* Split ResponseWriter into separate class, introduce TestRunner.J08nY2017-10-251-0/+66