License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.btmatthews.junit |
ArtifactId | ArtifactIdjunit-rules |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnit Rules
Rules to extend JUnit
|
Project URL |
Project URL |
Project Organization |
Project OrganizationBrian Thomas Matthews |
Filename | Size |
---|---|
junit-rules-1.0.1.pom | |
junit-rules-1.0.1.jar | 5 KB |
junit-rules-1.0.1-sources.jar | 3 KB |
junit-rules-1.0.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.btmatthews.junit/junit-rules/ -->
<dependency>
<groupId>com.btmatthews.junit</groupId>
<artifactId>junit-rules</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.junit/junit-rules/
implementation 'com.btmatthews.junit:junit-rules:1.0.1'
// https://jarcasting.com/artifacts/com.btmatthews.junit/junit-rules/
implementation ("com.btmatthews.junit:junit-rules:1.0.1")
'com.btmatthews.junit:junit-rules:jar:1.0.1'
<dependency org="com.btmatthews.junit" name="junit-rules" rev="1.0.1">
<artifact name="junit-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.junit', module='junit-rules', version='1.0.1')
)
libraryDependencies += "com.btmatthews.junit" % "junit-rules" % "1.0.1"
[com.btmatthews.junit/junit-rules "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.16 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.10.19 |
org.powermock : powermock-api-mockito | jar | 1.6.4 |
org.powermock : powermock-module-junit4 | jar | 1.6.4 |
org.slf4j : slf4j-simple | jar | 1.7.16 |