License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.groupcdg.pitest |
ArtifactId | ArtifactIdpitest-accelerator-junit5 |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpitest-junit5-accelerator-plugin
Faster mutation testing for junit 5
|
Filename | Size |
---|---|
pitest-accelerator-junit5-1.0.0.pom | |
pitest-accelerator-junit5-1.0.0.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-accelerator-junit5/ -->
<dependency>
<groupId>com.groupcdg.pitest</groupId>
<artifactId>pitest-accelerator-junit5</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-accelerator-junit5/
implementation 'com.groupcdg.pitest:pitest-accelerator-junit5:1.0.0'
// https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-accelerator-junit5/
implementation ("com.groupcdg.pitest:pitest-accelerator-junit5:1.0.0")
'com.groupcdg.pitest:pitest-accelerator-junit5:jar:1.0.0'
<dependency org="com.groupcdg.pitest" name="pitest-accelerator-junit5" rev="1.0.0">
<artifact name="pitest-accelerator-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupcdg.pitest', module='pitest-accelerator-junit5', version='1.0.0')
)
libraryDependencies += "com.groupcdg.pitest" % "pitest-accelerator-junit5" % "1.0.0"
[com.groupcdg.pitest/pitest-accelerator-junit5 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.pitest : pitest | jar | 1.9.0 |
org.opentest4j : opentest4j | jar | 1.2.0 |
com.groupcdg : pitest-annotations | jar | 0.2.0 |
org.junit.jupiter : junit-jupiter | jar | 5.6.1 |
org.mockito : mockito-core | jar | 3.9.0 |
org.mockito : mockito-junit-jupiter | jar | 3.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit-pioneer : junit-pioneer | jar | 1.4.1 |
org.assertj : assertj-core | jar | 3.21.0 |
nl.jqno.equalsverifier : equalsverifier | jar | 3.5 |