summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/test/TestSuite.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Specialize test suites in reader package to classes.J08nY2017-12-051-138/+0
* Fix suites with new CommandTest.J08nY2017-12-051-11/+11
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-131-11/+11
* Split test package into common.J08nY2017-11-101-15/+18
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-101-4/+4
* Output SWs as unsigned ints.J08nY2017-11-061-1/+1
* Implement Result.ExpectedValue to add more logic to test evaluation.J08nY2017-11-051-18/+21
* 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
* Abstract out Test and move its simple implementation to Test.Simple.J08nY2017-10-151-36/+36
* Reorganize reader packages.J08nY2017-10-131-0/+320