License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.hqstevenson.junit |
ArtifactId | ArtifactIdhapi-junit |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHAPI JUnit Utilities
A library of JUnit assertions to assist in testing with HAPI messages.
|
Filename | Size |
---|---|
hapi-junit-1.0.2.pom | |
hapi-junit-1.0.2.jar | 10 KB |
hapi-junit-1.0.2-sources.jar | 9 KB |
hapi-junit-1.0.2-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hqstevenson.junit/hapi-junit/ -->
<dependency>
<groupId>com.github.hqstevenson.junit</groupId>
<artifactId>hapi-junit</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/hapi-junit/
implementation 'com.github.hqstevenson.junit:hapi-junit:1.0.2'
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/hapi-junit/
implementation ("com.github.hqstevenson.junit:hapi-junit:1.0.2")
'com.github.hqstevenson.junit:hapi-junit:jar:1.0.2'
<dependency org="com.github.hqstevenson.junit" name="hapi-junit" rev="1.0.2">
<artifact name="hapi-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hqstevenson.junit', module='hapi-junit', version='1.0.2')
)
libraryDependencies += "com.github.hqstevenson.junit" % "hapi-junit" % "1.0.2"
[com.github.hqstevenson.junit/hapi-junit "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
ca.uhn.hapi : hapi-base | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
ca.uhn.hapi : hapi-structures-v21 | jar | 2.3 |
ca.uhn.hapi : hapi-structures-v22 | jar | 2.3 |
ca.uhn.hapi : hapi-structures-v23 | jar | 2.3 |
ca.uhn.hapi : hapi-structures-v231 | jar | 2.3 |
ca.uhn.hapi : hapi-structures-v24 | jar | 2.3 |
ca.uhn.hapi : hapi-structures-v25 | jar | 2.3 |
ca.uhn.hapi : hapi-structures-v251 | jar | 2.3 |
ca.uhn.hapi : hapi-structures-v26 | jar | 2.3 |
org.mockito : mockito-core | jar | 2.19.0 |
org.slf4j : slf4j-simple | jar | 1.7.10 |