public class MutationExecutionResult extends Object
MutationExecutionResult class.
| Constructor and Description |
|---|
MutationExecutionResult() |
| Modifier and Type | Method and Description |
|---|---|
double |
getImpact()
Getter for the field
impact. |
int |
getNumAssertions()
Getter for the field
numAssertions. |
boolean |
hasException()
hasException
|
boolean |
hasTimeout()
hasTimeout
|
void |
setHasException(boolean hasException)
Setter for the field
hasException. |
void |
setHasTimeout(boolean hasTimeout)
Setter for the field
hasTimeout. |
void |
setImpact(double impact)
Setter for the field
impact. |
void |
setNumAssertions(int numAssertions)
Setter for the field
numAssertions. |
public int getNumAssertions()
Getter for the field numAssertions.
public void setNumAssertions(int numAssertions)
Setter for the field numAssertions.
numAssertions - the numAssertions to setpublic double getImpact()
Getter for the field impact.
public void setImpact(double impact)
Setter for the field impact.
impact - the impact to setpublic boolean hasTimeout()
hasTimeout
public void setHasTimeout(boolean hasTimeout)
Setter for the field hasTimeout.
hasTimeout - the hasTimeout to setpublic boolean hasException()
hasException
public void setHasException(boolean hasException)
Setter for the field hasException.
hasException - a boolean.Copyright © 2010–2017 EvoSuite. All rights reserved.