Skip to content

Releases: grzesiek-galezowski/AutoFixtureGenerator

Migrated to Java 8, added lots of features, fixed existing ones

08 Feb 22:23
Compare
Choose a tag to compare
autofixturegenerator-1.0.0

[maven-release-plugin]  copy for tag autofixturegenerator-1.0.0

Inject and freeze features

25 May 22:32
Compare
Choose a tag to compare
autofixturegenerator-0.6.7

[maven-release-plugin]  copy for tag autofixturegenerator-0.6.7

Added configurable Repeat Count (e.g. number of elements in generated collections)

25 May 22:26
Compare
Choose a tag to compare
autofixturegenerator-0.6.6

[maven-release-plugin]  copy for tag autofixturegenerator-0.6.6

Added configurable recursion guard

20 May 19:02
Compare
Choose a tag to compare
autofixturegenerator-0.6.5

[maven-release-plugin]  copy for tag autofixturegenerator-0.6.5

fuller version of setting and omitting auto properties

15 May 17:04
Compare
Choose a tag to compare
autofixturegenerator-0.6.4

[maven-release-plugin]  copy for tag autofixturegenerator-0.6.4

AutoFixtureGenerator-0.6.2

28 Apr 21:38
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag AutoFixtureGenerator-0.6.2

First release under new name

22 Apr 17:31
Compare
Choose a tag to compare
v0.5.0

Update README.md

interface implementation generator is turned on by default

22 Mar 16:35
Compare
Choose a tag to compare

interface implementation generator is turned on by default and some small bugs fixed

More generators and new shiny Any helpers

03 Mar 22:47
Compare
Choose a tag to compare

From now on, you can import static jfixture.publicinterface.AnyGenerationMethods.*; and write e.g.

any(new InstanceOf());

New feature: better enum member generation

25 Feb 13:54
Compare
Choose a tag to compare