LogRecorder - Common JUnit 5

Library for recording logging behaviour during tests.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.github.logrecorder
ArtifactId

ArtifactId

logrecorder-common-junit5
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

LogRecorder - Common JUnit 5
Library for recording logging behaviour during tests.
Project Organization

Project Organization

Novatec Consulting GmbH

Download logrecorder-common-junit5

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.github.logrecorder : logrecorder-api jar 2.2.0
org.junit.jupiter : junit-jupiter-api jar
org.jetbrains.kotlin : kotlin-stdlib jar

test (2)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.22.0
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.

Versions

Version
2.2.0
2.1.0