v0.0.1
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>