public class ArrayEqualsAssertion extends Assertion
| Constructor and Description |
|---|
ArrayEqualsAssertion() |
| Modifier and Type | Method and Description |
|---|---|
Assertion |
copy(TestCase newTestCase,
int offset)
Return a copy of the assertion, which is valid in newTestCase
|
boolean |
equals(Object obj) |
boolean |
evaluate(Scope scope)
Determine if assertion holds in current scope
|
String |
getCode()
This method returns the Java Code
|
int |
hashCode() |
addKilledMutation, changeClassLoader, clone, clone, getComment, getKilledMutations, getReferencedVariables, getSource, getStatement, getValue, hasComment, isValid, setComment, setSource, setStatement, setValuepublic Assertion copy(TestCase newTestCase, int offset)
public String getCode()
public boolean evaluate(Scope scope)
AssertionCopyright © 2010–2017 EvoSuite. All rights reserved.