Last Version

itest-engine 1.5.4

Java ITest Framework is designed to simplify unit testing to minimum. You define tests by providing initial data and expected result data. The test data are placed just in your source code you want to test, as java annotations.

License

License

GroupId

GroupId

org.itest
ArtifactId

ArtifactId

itest-engine
Version

Version

1.5.4
Type

Type

jar
Description

Description

itest-engine
Java ITest Framework is designed to simplify unit testing to minimum. You define tests by providing initial data and expected result data. The test data are placed just in your source code you want to test, as java annotations.
Project URL

Project URL

https://github.com/ggkochanski/itest/

Download itest-engine 1.5.4


<!-- https://jarcasting.com/artifacts/org.itest/itest-engine/ -->
<dependency>
    <groupId>org.itest</groupId>
    <artifactId>itest-engine</artifactId>
    <version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.itest/itest-engine/
implementation 'org.itest:itest-engine:1.5.4'
// https://jarcasting.com/artifacts/org.itest/itest-engine/
implementation ("org.itest:itest-engine:1.5.4")
'org.itest:itest-engine:jar:1.5.4'
<dependency org="org.itest" name="itest-engine" rev="1.5.4">
  <artifact name="itest-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.itest', module='itest-engine', version='1.5.4')
)
libraryDependencies += "org.itest" % "itest-engine" % "1.5.4"
[org.itest/itest-engine "1.5.4"]

Dependencies

compile (4)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.3
org.itest : itest-iface jar 1.5.0
org.itest : itest-json-simple-parser jar 1.5.0
org.itest : itest-annotation jar 1.5.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.