Last Version

EasyTest to ease Data Driven Testing 1.4.0

EasyTest is a JUnit extension perform Data Driven Testing with ease and simplicity. It supports method parameters with Test annotation and much more.

License

License

GroupId

GroupId

org.easetech
ArtifactId

ArtifactId

easytest-core
Version

Version

1.4.0
Type

Type

jar
Description

Description

EasyTest 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

https://github.com/EaseTech/easytest-core

Download easytest-core 1.4.0


<!-- 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"]

Dependencies

compile (18)

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

runtime (3)

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

Project Modules

There are no modules declared in this project.