Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Jul 13, 2017
1 parent 0a9062e commit 46db720
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Expand Up @@ -3,13 +3,9 @@ metamutator: a meta-mutation tool for Java

[![Build Status](https://travis-ci.org/SpoonLabs/metamutator.svg?branch=master)](https://travis-ci.org/SpoonLabs/metamutator)

```
mvn test
```

In the context of this project, a metaprogram is a program with all mutations inserted at compile-time.
metamutator takes as input a program and produces a metaprogram which contains all possible mutations inserted at compile-time according to a mutant schemata. It is a Java implementation of ["Mutation analysis using mutant schemata"](http://cs.gmu.edu/~offutt/rsrch/papers/schema.pdf).
However, the mutations are all desactivated by default, meaning that the metaprogram behaves as the original one.
Mutations can be activated and desactivated one by one at runtime.
Metamutants can be activated and desactivated one by one at runtime.


Mutation operators
Expand Down

0 comments on commit 46db720

Please sign in to comment.