Skip to content

v0.0.1

Compare
Choose a tag to compare
@JaredHatfield JaredHatfield released this 02 Mar 04:01
· 157 commits to main since this release

Initial release of fileparamunit. This has the basic functionality to be able to specify an attribute and have it invoke JUnit 5 test cases for each file that exists in a resource folder.

<dependency>
    <groupId>com.unitvectory</groupId>
    <artifactId>fileparamunit</artifactId>
    <version>0.0.1</version>
    <scope>test</scope>
</dependency>