License |
License |
---|---|
GroupId | GroupIdorg.easetech |
ArtifactId | ArtifactIdeasytest-core |
Last Version | Last Version1.4.0 |
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-core-1.4.0.pom | |
easytest-core-1.4.0.jar | 140 KB |
easytest-core-1.4.0-sources.jar | 113 KB |
easytest-core-1.4.0-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.easetech/easytest-core/ -->
<dependency>
<groupId>org.easetech</groupId>
<artifactId>easytest-core</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.easetech/easytest-core/
implementation 'org.easetech:easytest-core:1.4.0'
// https://jarcasting.com/artifacts/org.easetech/easytest-core/
implementation ("org.easetech:easytest-core:1.4.0")
'org.easetech:easytest-core:jar:1.4.0'
<dependency org="org.easetech" name="easytest-core" rev="1.4.0">
<artifact name="easytest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easetech', module='easytest-core', version='1.4.0')
)
libraryDependencies += "org.easetech" % "easytest-core" % "1.4.0"
[org.easetech/easytest-core "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-api | jar | 1.6.1 |
net.sourceforge.javacsv : javacsv | jar | 2.0 |
javax.xml : jsr173 | jar | 1.0 |
com.sun.xml.bind : jaxb-xjc | jar | 2.2.6 |
javaee : javaee-api | jar | 5 |
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 |
commons-io : commons-io | jar | 2.2 |
jfree : jfreechart | jar | 1.0.13 |
net.sf.jasperreports : jasperreports-fonts | jar | 4.0.0 |
com.sun.xml.bind : jaxb-impl | jar | 2.2.6 |
javax.inject : javax.inject | jar | 1 |
org.codehaus.jackson : jackson-mapper-lgpl | jar | 1.9.11 |
net.sf.jasperreports : jasperreports | jar | 4.5.1 |
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 |