Last Version

logunit 1.1

Allows testing of logging output from within unit tests.

License

License

GroupId

GroupId

org.wickedsource.logunit
ArtifactId

ArtifactId

logunit
Version

Version

1.1
Type

Type

pom
Description

Description

logunit
Allows testing of logging output from within unit tests.
Project URL

Project URL

http://thombergs.github.io/logunit/
Source Code Management

Source Code Management

https://github.com/thombergs/logunit

Download logunit 1.1

Filename Size
logunit-1.1.pom 3 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • logunit-core
  • logunit-junit4
  • logunit-log4j12
  • logunit-logback
  • logunit-examples
  • logunit-testng