License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.lotaris.junit |
ArtifactId | ArtifactIdjunit-helpers |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJunit 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 |
Filename | Size |
---|---|
junit-helpers-1.0.0.pom | |
junit-helpers-1.0.0.jar | 17 KB |
junit-helpers-1.0.0-sources.jar | 9 KB |
junit-helpers-1.0.0-javadoc.jar | 94 KB |
Browse |
<!-- 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"]
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 |
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 |
Group / Artifact | Type | Version |
---|---|---|
com.lotaris.rox.client : rox-client-junit | jar | 2.2.1 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |