public class ToStringReturnsNormallyContract extends Contract
ToStringReturnsNormallyContract class.
Contract.Pair<T>| Constructor and Description |
|---|
ToStringReturnsNormallyContract() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssertionAndComments(Statement statement,
List<VariableReference> variables,
Throwable exception)
Add an assertion to the statement based on the contract.
|
ContractViolation |
check(Statement statement,
Scope scope,
Throwable exception)
Check the contract on the current statement in the current scope
|
String |
toString() |
changeClassLoader, fails, getAllObjectPairs, getAllObjects, getAllVariablePairs, getAllVariables, isTargetStatementpublic ContractViolation check(Statement statement, Scope scope, Throwable exception)
public void addAssertionAndComments(Statement statement, List<VariableReference> variables, Throwable exception)
ContractaddAssertionAndComments in class ContractCopyright © 2010–2017 EvoSuite. All rights reserved.