Skip to content

Latest commit

 

History

History

testkit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Abort-Mission

GitHub license Java version latest-release JavaCI

Booster Test Kit

codecov testkit Stable

Please find the essentials below or check out the wiki for more details.

Quick-start

Dependency

Abort-Mission can be downloaded from a few Maven repositories. Please head to this page to find out more.

Maven

<dependency>
  <groupId>com.github.nagyesta.abort-mission.testkit</groupId>
  <artifactId>abort.testkit</artifactId>
  <version>RELEASE</version>
  <scope>test</scope>
</dependency>

Gradle

testImplementation "com.github.nagyesta.abort-mission.testkit:abort.testkit:+"