License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.crosstreelabs |
ArtifactId | ArtifactIdjunited |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJUnited Testing Extensions
A number of useful addons and structures for unit testing with JUnit.
|
Filename | Size |
---|---|
junited-0.1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crosstreelabs/junited/ -->
<dependency>
<groupId>com.crosstreelabs</groupId>
<artifactId>junited</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.crosstreelabs/junited/
implementation 'com.crosstreelabs:junited:0.1.0'
// https://jarcasting.com/artifacts/com.crosstreelabs/junited/
implementation ("com.crosstreelabs:junited:0.1.0")
'com.crosstreelabs:junited:pom:0.1.0'
<dependency org="com.crosstreelabs" name="junited" rev="0.1.0">
<artifact name="junited" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.crosstreelabs', module='junited', version='0.1.0')
)
libraryDependencies += "com.crosstreelabs" % "junited" % "0.1.0"
[com.crosstreelabs/junited "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |
org.mockito : mockito-all | jar | 1.10.19 |
org.hamcrest : hamcrest-all | jar | 1.3 |