stefanbirkner / talkative-junit-tests

A JUnit test runner that supports arbitrary strings as test names.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

talkative-junit-tests

Build Status

Installation

talkative-junit-tests is currently not available from Maven Central. (If you want me to publish it to Maven Central, please open an issue.) Therefore you have to clone this repository and build the library by yourself:

mvn clean install -Dgpg.skip

Afterwards you can add the dependency

<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactI>talkative-junit-tests</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <scope>test</scope>
</dependency>

Release Guide

  • Select a new version according to the Semantic Versioning 2.0.0 Standard.
  • Set the new version in pom.xml and in the Installation section of this readme.
  • Commit the modified pom.xml and README.md.
  • Run mvn clean deploy with JDK 8.
  • Add a tag for the release: git tag talkative-junit-tests-X.X.X

About

A JUnit test runner that supports arbitrary strings as test names.


Languages

Language:Java 100.0%