| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Specialize test suites in reader package to classes. | J08nY | 2017-12-05 | 1 | -138/+0 |
| | | |||||
| * | Fix suites with new CommandTest. | J08nY | 2017-12-05 | 1 | -11/+11 |
| | | |||||
| * | Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest. | J08nY | 2017-11-13 | 1 | -11/+11 |
| | | |||||
| * | Split test package into common. | J08nY | 2017-11-10 | 1 | -15/+18 |
| | | |||||
| * | Split the ec package into common package, rename reader part of the project. | J08nY | 2017-11-10 | 1 | -4/+4 |
| | | |||||
| * | Output SWs as unsigned ints. | J08nY | 2017-11-06 | 1 | -1/+1 |
| | | |||||
| * | Implement Result.ExpectedValue to add more logic to test evaluation. | J08nY | 2017-11-05 | 1 | -18/+21 |
| | | | | | | | | | | | | | | | | | | | | | | - 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 compound test to default tests.feature/test-output-html | J08nY | 2017-10-31 | 1 | -18/+56 |
| | | |||||
| * | Introduce a Result class, that has a value and a cause. | J08nY | 2017-10-25 | 1 | -12/+15 |
| | | |||||
| * | Split ResponseWriter into separate class, introduce TestRunner. | J08nY | 2017-10-25 | 1 | -19/+3 |
| | | |||||
| * | Split TestSuite classes into separate files. | J08nY | 2017-10-25 | 1 | -234/+0 |
| | | |||||
| * | Add Compund test to test-vectors suite. | J08nY | 2017-10-25 | 1 | -5/+24 |
| | | |||||
| * | Rename some OutputWriter methods, add YAMLOutputWriter. | J08nY | 2017-10-24 | 1 | -10/+9 |
| | | |||||
| * | Refactor response and test outputing into separate writers. | J08nY | 2017-10-15 | 1 | -15/+18 |
| | | | | | | This is done to provide multiple output formats, one which logs tests to console in simple human readable format and others. | ||||
| * | Abstract out Test and move its simple implementation to Test.Simple. | J08nY | 2017-10-15 | 1 | -36/+36 |
| | | | | | | - Also create a Test.Compound nested static class that can combine multiple Tests and their Results, and has a single Result. | ||||
| * | Reorganize reader packages. | J08nY | 2017-10-13 | 1 | -0/+320 |
