License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.xenei |
ArtifactId | ArtifactIdjunit-contracts |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXenei Contract Tests - JUnit Suite
Code to create test suites that run suites of contract tests based on
class hierarchy
|
Project URL |
Project URL |
Project Organization |
Project OrganizationXENEI.com |
Filename | Size |
---|---|
junit-contracts-0.2.0.pom | |
junit-contracts-0.2.0.jar | 24 KB |
junit-contracts-0.2.0-sources.jar | 18 KB |
junit-contracts-0.2.0-javadoc.jar | 104 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
commons-io : commons-io | jar | 2.4 |
commons-logging : commons-logging | jar | 1.2 |
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 |