Skip to content

Commit 74e8353

Browse files
authored
Merge pull request #60 from TheSoftwareDesignLab/develop
Develop
2 parents 96bccb2 + 0b7d3a4 commit 74e8353

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The generated runnable jar can be found in: ``MutAPK/target/MutAPK-0.0.1.jar``
2828
# Usage
2929
To run MutAPK use the following command, specifying the required arguments:
3030
```
31-
java -jar MutAPK-0.0.1.jar <APKPath> <AppPackage> <Output> <ExtraComponentFolder> <operatorsDir> <multithread>
31+
java -jar MutAPK-0.0.1.jar <APKPath> <AppPackage> <Output> <ExtraComponentFolder> <operatorsDir> <multithread> <amountMutants>?
3232
```
3333
### Arguments
3434
Provide the following list of required arguments when running MutAPK:
@@ -38,6 +38,7 @@ Provide the following list of required arguments when running MutAPK:
3838
4. ``ExtraCompFolder``: relative path of the extra component folder (``MutAPK/extra/``);
3939
5. ``operatorsDir``: relative path to the folder containing the operators.properties.
4040
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]
4142

4243
Mutation operators can be selected or deselected editing the ``operators.properties`` file. To deselect an operator, either comment (#) or delete the corresponding line.
4344
### Example

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h2 id="video" style="padding-top:4.5rem; margin-top:-4.5rem; margin-left: 18px"
166166
<div class="col-sm-2"></div>
167167
<div class="col-sm-8">
168168
<p align="center">
169-
<iframe width="700" height="394" src="https://www.youtube.com/embed/_KuGMZCYTPI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
169+
<iframe width="700" height="394" src="https://www.youtube.com/embed/Pa448bHXKxY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
170170
</p>
171171
</div>
172172
<div class="col-sm-2"></div>

0 commit comments

Comments
 (0)