aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement basic standalone testing.J08nY2017-12-061-1/+0
* Extract TestWriters into common.J08nY2017-12-061-2/+2
* Fix CommandTest getDescription.J08nY2017-12-061-1/+5
* Specialize test suites in reader package to classes.J08nY2017-12-057-60/+14
* Fix suites with new CommandTest.J08nY2017-12-056-43/+63
* Introduce SimpleTest, implement other tests usign it.J08nY2017-12-031-35/+20
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-032-1/+48
* Split Util class into a package.J08nY2017-11-261-3/+3
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-136-35/+35
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-121-2/+2
* Separate build files for standalone and reader apps.J08nY2017-11-121-1/+1
* Split test package into common.J08nY2017-11-1010-357/+125
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-106-19/+19
* Output SWs as unsigned ints.J08nY2017-11-061-1/+1
* Introduce Result.Value.ERROR.J08nY2017-11-052-16/+30
* Implement Result.ExpectedValue to add more logic to test evaluation.J08nY2017-11-058-66/+117
* Add compound test to default tests.feature/test-output-htmlJ08nY2017-10-313-23/+63
* Add some more compound tests and suite descriptions.J08nY2017-10-265-22/+16
* Introduce a Result class, that has a value and a cause.J08nY2017-10-258-91/+151
* Split ResponseWriter into separate class, introduce TestRunner.J08nY2017-10-257-52/+49
* Simplify test contract.J08nY2017-10-252-22/+15
* Split TestSuite classes into separate files.J08nY2017-10-256-234/+318
* Add Compund test to test-vectors suite.J08nY2017-10-252-5/+63
* Fix output when missing output format option.J08nY2017-10-241-1/+6
* Rename some OutputWriter methods, add YAMLOutputWriter.J08nY2017-10-241-10/+9
* Implement a basic XMLOutputWriter.J08nY2017-10-161-4/+5
* Refactor response and test outputing into separate writers.J08nY2017-10-152-22/+32
* Abstract out Test and move its simple implementation to Test.Simple.J08nY2017-10-152-88/+159
* Reorganize reader packages.J08nY2017-10-132-0/+405