| License |
License |
|---|---|
| GroupId | GroupIdme.lorenc.dreadlogs |
| ArtifactId | ArtifactIddreadlogs |
| Version | Version0.1 |
| Type | Typejar |
| Description |
Descriptiondreadlogs
A Java library for testing logs. It supports most commonly used logging libraries, namely log4j, Logback and Java logging framework (JUL = java.util.logging).
It's aimed for unit testing (TDD) but could also be used in integration and functional tests as long as they run in the same JVM as the system under test.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dreadlogs-0.1.pom | |
| dreadlogs-0.1.jar | 32 KB |
| dreadlogs-0.1-sources.jar | 16 KB |
| dreadlogs-0.1-javadoc.jar | 186 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.lorenc.dreadlogs/dreadlogs/ -->
<dependency>
<groupId>me.lorenc.dreadlogs</groupId>
<artifactId>dreadlogs</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.lorenc.dreadlogs/dreadlogs/
implementation 'me.lorenc.dreadlogs:dreadlogs:0.1'
// https://jarcasting.com/artifacts/me.lorenc.dreadlogs/dreadlogs/
implementation ("me.lorenc.dreadlogs:dreadlogs:0.1")
'me.lorenc.dreadlogs:dreadlogs:jar:0.1'
<dependency org="me.lorenc.dreadlogs" name="dreadlogs" rev="0.1">
<artifact name="dreadlogs" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lorenc.dreadlogs', module='dreadlogs', version='0.1')
)
libraryDependencies += "me.lorenc.dreadlogs" % "dreadlogs" % "0.1"
[me.lorenc.dreadlogs/dreadlogs "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.powermock : powermock-api-mockito | jar | 1.5.4 |
| org.powermock : powermock-module-junit4 | jar | 1.5.4 |