Skip to content

Releases: webcompere/java-test-gadgets

v1.0.2

Choose a tag to compare

@ashleyfrieze ashleyfrieze released this 28 May 15:36
f8f9161

Minor hygiene, convenience methods.

v1.0.1

Choose a tag to compare

@ashleyfrieze ashleyfrieze released this 08 May 07:13
ef13a87

Enhances the Test Data Factory to support @TestDataCollection - an interface of methods to load @TestData.

v1.0.0

Choose a tag to compare

@ashleyfrieze ashleyfrieze released this 07 May 09:29
fda34b5

First major release.

  • Contains all "test gadgets" from the v0.0.x generations
  • Upgraded to Java 11
  • Introduces the Test Data Factory for injection of test data from files in src/test/resources (or similar) into values in a test class