aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/test/BaseTestable.java
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-44/+0
|
* Implement more tests for wrong parameters. Implement cloning for Tests.J08nY2018-06-271-1/+6
| | | | | | | - Test G = infinity. - Test wrong r, where [r]G != infinity, - prime - composite
* Implement tracking of stage of execution of standalone testables.J08nY2018-05-281-0/+1
| | | | - Output this stage in all the formats.
* Add support for naming a curve to use by a library in standalone.J08nY2018-05-281-0/+6
|
* Add PerformanceTest and add it to the default card test suite.J08nY2018-01-201-0/+7
|
* Remove unused Testable.meta().J08nY2017-12-271-11/+0
|
* Fix CommandTest getDescription.J08nY2017-12-061-1/+2
|
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-031-0/+35