public class TestMutationHistoryEntry extends Object implements MutationHistoryEntry, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TestMutationHistoryEntry.TestMutation |
| Modifier and Type | Field and Description |
|---|---|
protected TestMutationHistoryEntry.TestMutation |
mutationType |
protected Statement |
statement |
String |
whatwasit |
| Constructor and Description |
|---|
TestMutationHistoryEntry(TestMutationHistoryEntry.TestMutation type) |
TestMutationHistoryEntry(TestMutationHistoryEntry.TestMutation type,
Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
TestMutationHistoryEntry |
clone(TestCase newTest) |
TestMutationHistoryEntry.TestMutation |
getMutationType() |
Statement |
getStatement() |
String |
toString() |
protected TestMutationHistoryEntry.TestMutation mutationType
protected Statement statement
public String whatwasit
public TestMutationHistoryEntry(TestMutationHistoryEntry.TestMutation type, Statement statement)
public TestMutationHistoryEntry(TestMutationHistoryEntry.TestMutation type)
public Statement getStatement()
public TestMutationHistoryEntry.TestMutation getMutationType()
public TestMutationHistoryEntry clone(TestCase newTest)
Copyright © 2010–2017 EvoSuite. All rights reserved.