You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide the following list of required arguments when running MutAPK:
@@ -38,6 +38,7 @@ Provide the following list of required arguments when running MutAPK:
38
38
4.``ExtraCompFolder``: relative path of the extra component folder (``MutAPK/extra/``);
39
39
5.``operatorsDir``: relative path to the folder containing the operators.properties.
40
40
6.``multithread`` : true or false, specifying whether the mutant generation should be multithreaded or not.
41
+
7.``amountOfMutants`` : Amount of mutants to be generated [OptionalParameter]
41
42
42
43
Mutation operators can be selected or deselected editing the ``operators.properties`` file. To deselect an operator, either comment (#) or delete the corresponding line.
0 commit comments