Last Version

Junit Helpers 1.0.0

Various helpers to help writing JUnit tests easier. Provide some annotations lookup to validate that Java EE entities match a defined contract.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.lotaris.junit
ArtifactId

ArtifactId

junit-helpers
Version

Version

1.0.0
Type

Type

jar
Description

Description

Junit Helpers
Various helpers to help writing JUnit tests easier. Provide some annotations lookup to validate that Java EE entities match a defined contract.
Project URL

Project URL

https://github.com/lotaris/junit-helpers

Download junit-helpers 1.0.0


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

Dependencies

compile (4)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
org.powermock : powermock-module-junit4 jar 1.5.6
org.powermock : powermock-api-mockito jar 1.5.6

provided (3)

Group / Artifact Type Version
javax : javaee-api jar 7.0
org.codehaus.jackson : jackson-core-asl jar 1.9.12
org.slf4j : slf4j-api jar 1.7.5

test (2)

Group / Artifact Type Version
com.lotaris.rox.client : rox-client-junit jar 2.2.1
org.slf4j : slf4j-log4j12 jar 1.7.5

Project Modules

There are no modules declared in this project.