License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.github.hiverunner |
ArtifactId | ArtifactIdmutant-swarm |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMutantSwarm
MutantSwarm is a mutation testing framework for Hive SQL. It enables the identification of areas of SQL code bases that have poor test coverage and consequently may be a source of operational risk.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mutant-swarm-1.2.0.pom | |
mutant-swarm-1.2.0.jar | 158 KB |
mutant-swarm-1.2.0-sources.jar | 129 KB |
mutant-swarm-1.2.0-javadoc.jar | 269 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hiverunner/mutant-swarm/ -->
<dependency>
<groupId>io.github.hiverunner</groupId>
<artifactId>mutant-swarm</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hiverunner/mutant-swarm/
implementation 'io.github.hiverunner:mutant-swarm:1.2.0'
// https://jarcasting.com/artifacts/io.github.hiverunner/mutant-swarm/
implementation ("io.github.hiverunner:mutant-swarm:1.2.0")
'io.github.hiverunner:mutant-swarm:jar:1.2.0'
<dependency org="io.github.hiverunner" name="mutant-swarm" rev="1.2.0">
<artifact name="mutant-swarm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hiverunner', module='mutant-swarm', version='1.2.0')
)
libraryDependencies += "io.github.hiverunner" % "mutant-swarm" % "1.2.0"
[io.github.hiverunner/mutant-swarm "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.hiverunner : hiverunner | jar | 5.4.0 |
com.jcabi : jcabi-matchers | jar | 1.4 |
junit : junit | jar | 4.13.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
Group / Artifact | Type | Version |
---|---|---|
com.jcabi : jcabi-xml | jar | 0.17.2 |
org.hamcrest : hamcrest | jar | 2.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.0 |
org.mockito : mockito-core | jar | 3.7.7 |
org.mockito : mockito-junit-jupiter | jar | 3.7.7 |