License |
License |
---|---|
GroupId | GroupIdorg.easetech |
ArtifactId | ArtifactIdeasytest-spring |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasyTest to ease Data Driven Testing
EasyTest is a JUnit extension perform Data Driven Testing with ease and simplicity.
It supports method parameters with Test annotation and much more.
|
Project URL |
Project URL |
Filename | Size |
---|---|
easytest-spring-1.3.2.pom | |
easytest-spring-1.3.2.jar | 8 KB |
easytest-spring-1.3.2-sources.jar | 7 KB |
easytest-spring-1.3.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.easetech/easytest-spring/ -->
<dependency>
<groupId>org.easetech</groupId>
<artifactId>easytest-spring</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.easetech/easytest-spring/
implementation 'org.easetech:easytest-spring:1.3.2'
// https://jarcasting.com/artifacts/org.easetech/easytest-spring/
implementation ("org.easetech:easytest-spring:1.3.2")
'org.easetech:easytest-spring:jar:1.3.2'
<dependency org="org.easetech" name="easytest-spring" rev="1.3.2">
<artifact name="easytest-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easetech', module='easytest-spring', version='1.3.2')
)
libraryDependencies += "org.easetech" % "easytest-spring" % "1.3.2"
[org.easetech/easytest-spring "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.easetech : easytest-core | jar | 1.3.2 |
org.springframework : spring-test | jar | 3.0.6.RELEASE |
org.springframework : spring-web | jar | 3.0.6.RELEASE |
org.springframework : spring-aop | jar | 3.0.6.RELEASE |