Releases: Nylle/JavaFixture
Releases · Nylle/JavaFixture
2.8.1
2.8.0
FileandURIare now created in a way that works in java17@TempDir-annotations can be used in the parameter-list of a test-method annotated with@TestWithFixture, if the parameter comes last (see docs)@Size-annotations forString-fields will be respected during random creation (see docs)
Heads up! As a side effect, random strings will no longer have a fixed length of 36 characters, but will instead be between 0 and 128 long
2.7.0
2.6.1
2.6.0
2.5.1
2.5.0
- Throw exception when non-existing field is being customised.
- Add syntactic sugar for creation of Optionals: https://github.com/Nylle/JavaFixture#optionals
2.4.0
- Support abstract class creation with protected constructor
- Introduce setting fields by type: https://github.com/Nylle/JavaFixture#set-all-fields-for-type
2.3.0
The annotation @TestWithFixture can now be configured:
https://github.com/Nylle/JavaFixture#inject-random-values-into-single-test
2.2.0
Fixture can now be also configured fluently:
https://github.com/Nylle/JavaFixture#configuration