Testing Starter :: JUnit 5

A simple testing starter for Java projects

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

pl.wavesoftware.testing
ArtifactId

ArtifactId

junit5-starter
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Testing Starter :: JUnit 5
A simple testing starter for Java projects
Project Organization

Project Organization

Wave Software

Download junit5-starter

How to add to project

<!-- https://jarcasting.com/artifacts/pl.wavesoftware.testing/junit5-starter/ -->
<dependency>
    <groupId>pl.wavesoftware.testing</groupId>
    <artifactId>junit5-starter</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.wavesoftware.testing/junit5-starter/
implementation 'pl.wavesoftware.testing:junit5-starter:1.0.0'
// https://jarcasting.com/artifacts/pl.wavesoftware.testing/junit5-starter/
implementation ("pl.wavesoftware.testing:junit5-starter:1.0.0")
'pl.wavesoftware.testing:junit5-starter:jar:1.0.0'
<dependency org="pl.wavesoftware.testing" name="junit5-starter" rev="1.0.0">
  <artifact name="junit5-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.wavesoftware.testing', module='junit5-starter', version='1.0.0')
)
libraryDependencies += "pl.wavesoftware.testing" % "junit5-starter" % "1.0.0"
[pl.wavesoftware.testing/junit5-starter "1.0.0"]

Dependencies

compile (6)

Group / Artifact Type Version
pl.wavesoftware.testing : ansi jar 1.0.0
pl.wavesoftware.testing : log4j2 jar 1.0.0
org.slf4j : jcl-over-slf4j jar 1.7.26
org.slf4j : jul-to-slf4j jar 1.7.26
org.apache.logging.log4j : log4j-slf4j-impl jar
org.junit.jupiter : junit-jupiter-api jar

runtime (7)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar
org.junit.platform : junit-platform-launcher jar
org.junit.jupiter : junit-jupiter-params jar
org.assertj : assertj-core jar 3.11.1
org.mockito : mockito-junit-jupiter jar 2.23.4
org.awaitility : awaitility jar 3.1.6
com.portingle : slf4jtesting jar 1.1.3

Project Modules

There are no modules declared in this project.

Testing Starter for Java

Build Status Build status Quality Gate Technical Dept codecov Maven Central

A simple testing starter for Java projects

Installation

<dependency>
  <groupId>pl.wavesoftware.testing</groupId>
  <artifactId>junit5-starter</artifactId>
  <version>1.0.0</version>
  <packaging>pom</packaging>
  <scope>test</scope>
</dependency>

Usage

Simply adding a dependency should do the trick. There will be:

  • logging configured with log4j2, slf4j, jul and jcl
  • proper logging integration with Spring/Spring-Boot, if present, and EnableAutoConfiguration is used.
  • color logs
  • logging collector for log4j2 for testing purposes

Contributing

Contributions are welcome!

To contribute, follow the standard git flow of:

  1. Fork it
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create new Pull Request

Even if you can't contribute code, if you have an idea for an improvement please open an issue.

Requirements

  • Java 8

Releases

  • 1.0.0 - codename: FrostyHeart
    • First publicly available release
pl.wavesoftware.testing

Wave Software

Versions

Version
1.0.0