You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2017/03/18 20:23:02 UTC

[2/3] incubator-tamaya git commit: [TAMAYA-258] Added notice document how to run PIT.

[TAMAYA-258] Added notice document how to run PIT.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/cf45cfa5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/cf45cfa5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/cf45cfa5

Branch: refs/heads/master
Commit: cf45cfa5de88ff4d2733536c49c9953f04a04933
Parents: ead28da
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sat Mar 18 21:20:24 2017 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sat Mar 18 21:20:24 2017 +0100

----------------------------------------------------------------------
 running-mutation-tests.adoc | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/cf45cfa5/running-mutation-tests.adoc
----------------------------------------------------------------------
diff --git a/running-mutation-tests.adoc b/running-mutation-tests.adoc
new file mode 100644
index 0000000..37f3ba6
--- /dev/null
+++ b/running-mutation-tests.adoc
@@ -0,0 +1,19 @@
+= How to run mutation tests
+
+The Tamaya Extensions projects supports
+https://en.wikipedia.org/wiki/Mutation_testing[mutation testing^] by
+the integration of http://pitest.org/quickstart/maven/[PIT^]
+to validate the quality and effectivness of our tests.
+
+== Running PIT
+
+PIT is not part of the normal build process of Tamaya Extensions. Therefor it must
+be executed manually by executing the following command.
+
+[source]
+----
+> mvn org.pitest:pitest-maven:mutationCoverage
+----
+
+
+