JUnit Rules

Rules to extend JUnit

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.btmatthews.junit
ArtifactId

ArtifactId

junit-rules
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

JUnit Rules
Rules to extend JUnit
Project URL

Project URL

https://github.com/bmatthews68/junit-rules
Project Organization

Project Organization

Brian Thomas Matthews

Download junit-rules

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api Optional jar 1.7.16
junit : junit jar 4.12

test (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0