License |
License |
---|---|
GroupId | GroupIdorg.easetech |
ArtifactId | ArtifactIdeasytest |
Last Version | Last Version0.6.3 |
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-0.6.3.pom | |
easytest-0.6.3.jar | 92 KB |
easytest-0.6.3-sources.jar | 70 KB |
easytest-0.6.3-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.easetech/easytest/ -->
<dependency>
<groupId>org.easetech</groupId>
<artifactId>easytest</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.easetech/easytest/
implementation 'org.easetech:easytest:0.6.3'
// https://jarcasting.com/artifacts/org.easetech/easytest/
implementation ("org.easetech:easytest:0.6.3")
'org.easetech:easytest:jar:0.6.3'
<dependency org="org.easetech" name="easytest" rev="0.6.3">
<artifact name="easytest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easetech', module='easytest', version='0.6.3')
)
libraryDependencies += "org.easetech" % "easytest" % "0.6.3"
[org.easetech/easytest "0.6.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.slf4j : slf4j-api | jar | 1.6.1 |
net.sourceforge.javacsv : javacsv | jar | 2.0 |
org.apache.poi : poi | jar | 3.8 |
org.apache.poi : poi-examples | jar | 3.8 |
org.jvnet.jaxb2_commons : jaxb2-basics-runtime | jar | 0.6.2 |
cglib : cglib | jar | 2.2.2 |
commons-lang : commons-lang | jar | 2.6 |
org.springframework : spring-test | jar | 3.0.6.RELEASE |
org.springframework : spring-aop | jar | 3.0.6.RELEASE |
commons-io : commons-io | jar | 2.4 |
jfree : jfreechart | jar | 1.0.13 |
net.sf.jasperreports : jasperreports | jar | 4.7.0 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.15 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
org.slf4j : jcl-over-slf4j | jar | 1.6.1 |