e

easytest-spring

EasyTest is a JUnit extension perform Data Driven Testing with ease and simplicity. It supports method parameters with Test annotation and much more.
https://github.com/EaseTech/easytest
Apache 2
Anuj Kumar Ravi Polampelli Christiaan Mol
Files download
File Operation
easytest-spring-1.3.2.jar download
easytest-spring-1.3.2.pom download
easytest-spring-1.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.easetech</groupId>
  <artifactId>easytest-spring</artifactId>
  <version>1.3.2</version>
</dependency>
Gradle Groovy
implementation 'org.easetech:easytest-spring:1.3.2'
Gradle Kotlin
implementation("org.easetech:easytest-spring:1.3.2")
Scala SBT
libraryDependencies += "org.easetech" % "easytest-spring" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.easetech', module='easytest-spring', version='1.3.2')
)
Apache Ivy
<dependency org="org.easetech" name="easytest-spring" rev="1.3.2" />
Leiningen
[org.easetech/easytest-spring "1.3.2"]
Apache Buildr
'org.easetech:easytest-spring:jar:1.3.2'