j

junit-contracts

Code to create test suites that run suites of contract tests based on class hierarchy
https://github.com/Claudenw/junit-contracts/tree/master
The Apache Software License, Version 2.0
XENEI.com
Files download
File Operation
junit-contracts-0.1.0.jar download
junit-contracts-0.1.0.pom download
junit-contracts-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xenei</groupId>
  <artifactId>junit-contracts</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.xenei:junit-contracts:0.1.0'
Gradle Kotlin
implementation("org.xenei:junit-contracts:0.1.0")
Scala SBT
libraryDependencies += "org.xenei" % "junit-contracts" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.xenei', module='junit-contracts', version='0.1.0')
)
Apache Ivy
<dependency org="org.xenei" name="junit-contracts" rev="0.1.0" />
Leiningen
[org.xenei/junit-contracts "0.1.0"]
Apache Buildr
'org.xenei:junit-contracts:jar:0.1.0'