Last Version

itest-iface 1.5.0

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-iface
Version

Version

1.5.0
Type

Type

jar
Description

Description

itest-iface
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-iface 1.5.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.