mutation-testing-metrics


License

License

Categories

Categories

Metrics Application Testing & Monitoring Monitoring Native Development Tools
GroupId

GroupId

io.stryker-mutator
ArtifactId

ArtifactId

mutation-testing-metrics_native0.3_2.11
Last Version

Last Version

1.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

mutation-testing-metrics
mutation-testing-metrics
Project URL

Project URL

https://stryker-mutator.io/
Project Organization

Project Organization

io.stryker-mutator
Source Code Management

Source Code Management

https://github.com/stryker-mutator/mutation-testing-elements

Download mutation-testing-metrics_native0.3_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/io.stryker-mutator/mutation-testing-metrics_native0.3_2.11/ -->
<dependency>
    <groupId>io.stryker-mutator</groupId>
    <artifactId>mutation-testing-metrics_native0.3_2.11</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.stryker-mutator/mutation-testing-metrics_native0.3_2.11/
implementation 'io.stryker-mutator:mutation-testing-metrics_native0.3_2.11:1.2.3'
// https://jarcasting.com/artifacts/io.stryker-mutator/mutation-testing-metrics_native0.3_2.11/
implementation ("io.stryker-mutator:mutation-testing-metrics_native0.3_2.11:1.2.3")
'io.stryker-mutator:mutation-testing-metrics_native0.3_2.11:jar:1.2.3'
<dependency org="io.stryker-mutator" name="mutation-testing-metrics_native0.3_2.11" rev="1.2.3">
  <artifact name="mutation-testing-metrics_native0.3_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stryker-mutator', module='mutation-testing-metrics_native0.3_2.11', version='1.2.3')
)
libraryDependencies += "io.stryker-mutator" % "mutation-testing-metrics_native0.3_2.11" % "1.2.3"
[io.stryker-mutator/mutation-testing-metrics_native0.3_2.11 "1.2.3"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.scala-native : nativelib_native0.3_2.11 jar 0.3.9
org.scala-native : javalib_native0.3_2.11 jar 0.3.9
org.scala-native : auxlib_native0.3_2.11 jar 0.3.9
org.scala-native : scalalib_native0.3_2.11 jar 0.3.9

test (2)

Group / Artifact Type Version
org.scala-native : test-interface_native0.3_2.11 jar 0.3.9
com.eed3si9n.verify : verify_native0.3_2.11 jar 0.2.0

Project Modules

There are no modules declared in this project.

Mutation testing badge Build Status

Mutation testing elements

Welcome to the mutation testing elements mono repo.

It is a lernajs mono repository. Please see the packages directory to navigate to a sub package.

Versioning

The mutation-testing-report-schema and mutation-testing-elements versions will be kept in sync.

The schema can have major and minor releases, as well as patch releases. A bug or documentation update will mean a patch release. Backward compatible changes mean a minor release, breaking changes will mean a major release.

The mutation-testing-elements major and minor version will be in sync with the schema, however it can have patch releases for changes of the elements without a schema update.

Note that this is not strict semver 2.0.0. See https://github.com/stryker-mutator/mutation-testing-elements/issues/5 for the reasoning behind it.

An example (just for clarification, versions are not based on reality):

Schema version Supported mutation-testing-elements implementations
1.0.0 1.0.0, 1.0.1
1.1.0 1.0.0, 1.0.1, 1.1.0, 1.1.1
2.0.0 2.0.0, 2.0.1
2.0.1 2.0.0, 2.0.1

Releasing

Releasing is done with from the travis build server. Perform the following steps:

  • Clone the repo and run npm install.
  • Run npm run lerna:version:patch, npm run lerna:version:minor or npm run lerna:version:major (based on the release you want). Lerna will figure out which packages need to be released and prompt to ask if it is OK.
  • After the new tag is pushed to the master branch, it should be released via a github workflow.
io.stryker-mutator

Stryker Mutator

Mutation testing for js, ts, csharp and scala

Versions

Version
1.2.3
1.2.0