| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reformat reader package. | J08nY | 2018-08-12 | 1 | -1/+4 |
| | | |||||
| * | Add git commit to version number for better versioning of tests. | J08nY | 2018-07-03 | 1 | -1/+1 |
| | | |||||
| * | Implement tracking and writing of exceptions in standalone tests. | J08nY | 2018-05-28 | 1 | -9/+6 |
| | | |||||
| * | Add ECTester version to test run output. | J08nY | 2018-04-25 | 1 | -0/+2 |
| | | |||||
| * | Handle exceptions in Tests and TestSuites grafeully. | J08nY | 2018-02-10 | 1 | -0/+7 |
| | | |||||
| * | Export CPLC data and card ATR in test suite outputs. | J08nY | 2018-01-14 | 1 | -0/+33 |
| | | |||||
| * | Split output to remove cross-dependency of reader and standalone. | J08nY | 2017-12-27 | 1 | -0/+57 |
| | | |||||
| * | Extract TestWriters into common. | J08nY | 2017-12-06 | 1 | -117/+0 |
| | | |||||
| * | Fix TestWriters. | J08nY | 2017-12-06 | 1 | -1/+2 |
| | | |||||
| * | Specialize test suites in reader package to classes. | J08nY | 2017-12-05 | 1 | -2/+2 |
| | | |||||
| * | Introduce BaseTestable and Testable Metadata. | J08nY | 2017-12-03 | 1 | -0/+1 |
| | | |||||
| * | Split Util class into a package. | J08nY | 2017-11-26 | 1 | -3/+3 |
| | | |||||
| * | Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest. | J08nY | 2017-11-13 | 1 | -3/+3 |
| | | |||||
| * | Separate build files for standalone and reader apps. | J08nY | 2017-11-12 | 1 | -1/+1 |
| | | |||||
| * | Split test package into common. | J08nY | 2017-11-10 | 1 | -5/+7 |
| | | |||||
| * | Output SWs as unsigned ints. | J08nY | 2017-11-06 | 1 | -3/+3 |
| | | |||||
| * | Implement Result.ExpectedValue to add more logic to test evaluation. | J08nY | 2017-11-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | - Introduces a new enum Result.ExpectedValue, which is used to signify what Test results are expected. - Changes the Result.Value enum to contain information about what was expected. It gains more values: - UXSUCCESS -> Unexpected success. - XFAILURE -> Expected failure. The values SUCCESS and XFAILURE are the OK, values. - Creates a hierarchy of evaluating Responses, Simple tests and Compoung tests. Simple test evaluates the OK property of the response object (using .successfull() method) and again exposes its OK property which depends on the tests ExpectedValue and the response success. Compound test evaluates the OK property of the Simple tests it contains (using the .ok() method) and again exposes its OK property which depends on the concrete Compound test variant, but involves some ExpectedValues and the success of the individual Simple tests it contains. | ||||
| * | Add output of commands to test-suite YAML and XML output. | J08nY | 2017-11-01 | 1 | -5/+21 |
| | | |||||
| * | Add some more compound tests and suite descriptions. | J08nY | 2017-10-26 | 1 | -1/+4 |
| | | |||||
| * | Introduce a Result class, that has a value and a cause. | J08nY | 2017-10-25 | 1 | -1/+2 |
| | | |||||
| * | Split ResponseWriter into separate class, introduce TestRunner. | J08nY | 2017-10-25 | 1 | -0/+92 |
