Last Version

Xenei Contract Tests - JUnit Suite 0.2.0

Code to create test suites that run suites of contract tests based on class hierarchy

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.xenei
ArtifactId

ArtifactId

junit-contracts
Version

Version

0.2.0
Type

Type

jar
Description

Description

Xenei Contract Tests - JUnit Suite
Code to create test suites that run suites of contract tests based on class hierarchy
Project URL

Project URL

https://github.com/Claudenw/junit-contracts/tree/master
Project Organization

Project Organization

XENEI.com

Download junit-contracts 0.2.0


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

Dependencies

compile (3)

Group / Artifact Type Version
junit : junit jar 4.11
commons-io : commons-io jar 2.4
commons-logging : commons-logging jar 1.2

test (3)

Group / Artifact Type Version
org.apache.logging.log4j : log4j pom 2.7
org.xenei.logging : junit-recording-logger jar 1.0.0
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.