<feed xmlns='http://www.w3.org/2005/Atom'>
<title>java-check/src/test/java/au/id/zancanaro/javacheck, branch master</title>
<subtitle>Property-based testing for Java within JUnit.
</subtitle>
<id>http://onix.zancanaro.id.au/Archive/java-check/atom?h=master</id>
<link rel='self' href='http://onix.zancanaro.id.au/Archive/java-check/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://onix.zancanaro.id.au/Archive/java-check/'/>
<updated>2015-11-24T01:57:27Z</updated>
<entry>
<title>Add an implicit generator for Sets</title>
<updated>2015-11-24T01:57:27Z</updated>
<author>
<name>Carlo Zancanaro</name>
<email>carlo@zancanaro.id.au</email>
</author>
<published>2015-11-24T01:57:27Z</published>
<link rel='alternate' type='text/html' href='http://onix.zancanaro.id.au/Archive/java-check/commit/?id=8376ed30f83c9193025da5962de5f5d78edfa185'/>
<id>urn:sha1:8376ed30f83c9193025da5962de5f5d78edfa185</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run less tests (to make them faster)</title>
<updated>2015-07-06T14:02:23Z</updated>
<author>
<name>Carlo Zancanaro</name>
<email>carlo@zancanaro.id.au</email>
</author>
<published>2015-07-06T14:02:23Z</published>
<link rel='alternate' type='text/html' href='http://onix.zancanaro.id.au/Archive/java-check/commit/?id=1b0565b1f6b4d5009da689ba5d486bce203e4905'/>
<id>urn:sha1:1b0565b1f6b4d5009da689ba5d486bce203e4905</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the warnings from the previous commit</title>
<updated>2015-07-06T12:46:02Z</updated>
<author>
<name>Carlo Zancanaro</name>
<email>carlo@zancanaro.id.au</email>
</author>
<published>2015-07-06T12:46:02Z</published>
<link rel='alternate' type='text/html' href='http://onix.zancanaro.id.au/Archive/java-check/commit/?id=a7b074875f241d98877de51a93717d56cf2d19e4'/>
<id>urn:sha1:a7b074875f241d98877de51a93717d56cf2d19e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the QueueTest Offer command validate its return value</title>
<updated>2015-06-10T14:27:26Z</updated>
<author>
<name>Carlo Zancanaro</name>
<email>carlo@zancanaro.id.au</email>
</author>
<published>2015-06-10T14:27:26Z</published>
<link rel='alternate' type='text/html' href='http://onix.zancanaro.id.au/Archive/java-check/commit/?id=452e8e3fb2bf9a735a7632b8569140b40f7d37a5'/>
<id>urn:sha1:452e8e3fb2bf9a735a7632b8569140b40f7d37a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support enums in the ObjectGeneration stuff</title>
<updated>2015-06-09T14:21:35Z</updated>
<author>
<name>Carlo Zancanaro</name>
<email>carlo@zancanaro.id.au</email>
</author>
<published>2015-06-09T14:21:35Z</published>
<link rel='alternate' type='text/html' href='http://onix.zancanaro.id.au/Archive/java-check/commit/?id=60bc9218d0872e40a6857706d51955ee3d058717'/>
<id>urn:sha1:60bc9218d0872e40a6857706d51955ee3d058717</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A few changes, as suggested by static analysis</title>
<updated>2015-06-09T13:58:41Z</updated>
<author>
<name>Carlo Zancanaro</name>
<email>carlo@zancanaro.id.au</email>
</author>
<published>2015-06-09T13:58:41Z</published>
<link rel='alternate' type='text/html' href='http://onix.zancanaro.id.au/Archive/java-check/commit/?id=6546881559e4bbcfe2b220199a9f3cd4196d1960'/>
<id>urn:sha1:6546881559e4bbcfe2b220199a9f3cd4196d1960</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generalise the ObjectGeneration stuff</title>
<updated>2015-06-09T13:31:54Z</updated>
<author>
<name>Carlo Zancanaro</name>
<email>carlo@zancanaro.id.au</email>
</author>
<published>2015-06-09T13:31:54Z</published>
<link rel='alternate' type='text/html' href='http://onix.zancanaro.id.au/Archive/java-check/commit/?id=40961d4950c40643d5d71721a7e024e3951323ce'/>
<id>urn:sha1:40961d4950c40643d5d71721a7e024e3951323ce</id>
<content type='text'>
The new ObjectGeneration stuff is now used to generate everything for a test
case, which means it's all unified and "nice" now.

Add a @UseGenerator annotation to be used to specify how to generate specific
field values.

Obviously, not everything can be generated magically, so if you specify a
@DataSource in your test then it will be used in preference to any magically
generated value.
</content>
</entry>
<entry>
<title>Add an ObjectGenerator&lt;&gt;, and related machinery (also a mapOf generator)</title>
<updated>2015-06-09T07:33:56Z</updated>
<author>
<name>Carlo Zancanaro</name>
<email>carlo@zancanaro.id.au</email>
</author>
<published>2015-06-09T07:33:56Z</published>
<link rel='alternate' type='text/html' href='http://onix.zancanaro.id.au/Archive/java-check/commit/?id=dd9f72b94eb7b2c37061c80457e74e8d7ac3e18f'/>
<id>urn:sha1:dd9f72b94eb7b2c37061c80457e74e8d7ac3e18f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up imports</title>
<updated>2015-06-09T07:33:04Z</updated>
<author>
<name>Carlo Zancanaro</name>
<email>carlo@zancanaro.id.au</email>
</author>
<published>2015-06-09T07:33:04Z</published>
<link rel='alternate' type='text/html' href='http://onix.zancanaro.id.au/Archive/java-check/commit/?id=813e523e9e57dc38f81afc53340e216b948d87cf'/>
<id>urn:sha1:813e523e9e57dc38f81afc53340e216b948d87cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lots of work on the stateful checking stuff: it's a fair bit nicer now</title>
<updated>2015-06-06T06:40:04Z</updated>
<author>
<name>Carlo Zancanaro</name>
<email>carlo@zancanaro.id.au</email>
</author>
<published>2015-06-06T06:40:04Z</published>
<link rel='alternate' type='text/html' href='http://onix.zancanaro.id.au/Archive/java-check/commit/?id=84f0f216b4643601e4b8760d190b087bbce98bd4'/>
<id>urn:sha1:84f0f216b4643601e4b8760d190b087bbce98bd4</id>
<content type='text'>
</content>
</entry>
</feed>
