Last Version

itest-executor 1.0.2

Java Inline Test 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-executor
Version

Version

1.0.2
Type

Type

jar
Description

Description

itest-executor
Java Inline Test 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-executor 1.0.2


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

Dependencies

compile (2)

Group / Artifact Type Version
org.itest : itest-engine jar 1.0.2
org.itest : itest-json-simple-parser jar 1.0.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.