LogRules

JUnit Rule to determine if logging events happen

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.gavintranter
ArtifactId

ArtifactId

logRules
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

LogRules
JUnit Rule to determine if logging events happen

Download logRules

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.gavintranter/logRules/ -->
<dependency>
    <groupId>com.github.gavintranter</groupId>
    <artifactId>logRules</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gavintranter/logRules/
implementation 'com.github.gavintranter:logRules:2.1.0'
// https://jarcasting.com/artifacts/com.github.gavintranter/logRules/
implementation ("com.github.gavintranter:logRules:2.1.0")
'com.github.gavintranter:logRules:jar:2.1.0'
<dependency org="com.github.gavintranter" name="logRules" rev="2.1.0">
  <artifact name="logRules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gavintranter', module='logRules', version='2.1.0')
)
libraryDependencies += "com.github.gavintranter" % "logRules" % "2.1.0"
[com.github.gavintranter/logRules "2.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.guava : guava jar 18.0
log4j : log4j jar 1.2.17

test (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.10
com.clickconcepts.junit : expected-failure jar 0.0.9
org.mockito : mockito-core jar 1.10.19
org.assertj : assertj-core jar 2.0.0
org.slf4j : slf4j-log4j12 jar 1.7.10

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.0.0
1.0.0