<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ECTester.git/src/cz/crcs/ectester/reader/test/TestSuite.java, branch feature/gcrypt</title>
<subtitle>Tester of Eliptic curves support on smartcards with JavaCard platform</subtitle>
<id>https://git.neuromancer.sk/ECTester.git/atom/src/cz/crcs/ectester/reader/test/TestSuite.java?h=feature%2Fgcrypt</id>
<link rel='self' href='https://git.neuromancer.sk/ECTester.git/atom/src/cz/crcs/ectester/reader/test/TestSuite.java?h=feature%2Fgcrypt'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/'/>
<updated>2017-12-05T22:35:06Z</updated>
<entry>
<title>Specialize test suites in reader package to classes.</title>
<updated>2017-12-05T22:35:06Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-12-05T22:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=5e8b2e0886049fe43d991fafa94bebcbde6a1f02'/>
<id>urn:sha1:5e8b2e0886049fe43d991fafa94bebcbde6a1f02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix suites with new CommandTest.</title>
<updated>2017-12-05T17:28:25Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-12-05T17:28:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=861c80be829b1160ee2d9e64076e7ead16312984'/>
<id>urn:sha1:861c80be829b1160ee2d9e64076e7ead16312984</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.</title>
<updated>2017-11-13T17:03:00Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-13T17:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=cccf2c9c382fa63c68a6c3821d587bc2caa72b05'/>
<id>urn:sha1:cccf2c9c382fa63c68a6c3821d587bc2caa72b05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split test package into common.</title>
<updated>2017-11-10T21:18:07Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-10T21:18:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=84a3a55be957900e0417a5afa77b65bfa6d19270'/>
<id>urn:sha1:84a3a55be957900e0417a5afa77b65bfa6d19270</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split the ec package into common package, rename reader part of the project.</title>
<updated>2017-11-10T20:17:54Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-10T20:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=59a043192903918a68e8d9df629c09221a13c641'/>
<id>urn:sha1:59a043192903918a68e8d9df629c09221a13c641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Output SWs as unsigned ints.</title>
<updated>2017-11-06T20:09:36Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-06T20:09:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=ffe19211aebfd26f9c7bb404903e2a4c2da075db'/>
<id>urn:sha1:ffe19211aebfd26f9c7bb404903e2a4c2da075db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement Result.ExpectedValue to add more logic to test evaluation.</title>
<updated>2017-11-05T15:48:30Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-05T15:48:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=daaa7abd91ff8ae12e0b1835045489acbda0539f'/>
<id>urn:sha1:daaa7abd91ff8ae12e0b1835045489acbda0539f</id>
<content type='text'>
 - 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 -&gt; Unexpected success.
   - XFAILURE -&gt; 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.
</content>
</entry>
<entry>
<title>Add compound test to default tests.</title>
<updated>2017-10-31T20:18:09Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-31T20:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=567695b16aef0f0706f46f0a87c83baae808b47e'/>
<id>urn:sha1:567695b16aef0f0706f46f0a87c83baae808b47e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce a Result class, that has a value and a cause.</title>
<updated>2017-10-25T19:33:31Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-25T19:33:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=ca283e0c28ad2050c25f12817db8f8103f1cedc1'/>
<id>urn:sha1:ca283e0c28ad2050c25f12817db8f8103f1cedc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split ResponseWriter into separate class, introduce TestRunner.</title>
<updated>2017-10-25T18:17:07Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-25T18:17:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=2c6c2a2d35292368b7263fedb6db508da7ded4c4'/>
<id>urn:sha1:2c6c2a2d35292368b7263fedb6db508da7ded4c4</id>
<content type='text'>
</content>
</entry>
</feed>
