Testing Starter

A simple testing starter for Java projects

License

License

GroupId

GroupId

pl.wavesoftware.testing
ArtifactId

ArtifactId

testing-starter-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Testing Starter
A simple testing starter for Java projects
Project Organization

Project Organization

Wave Software
Source Code Management

Source Code Management

https://github.com/wavesoftware/java-testing-starter

Download testing-starter-parent

How to add to project

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

Dependencies

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

Project Modules

  • junit5-starter
  • ansi
  • log4j2
  • examples

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