public final class EvoTestCaseCodeGenerator extends Object implements ICodeGenerator<TestCase>
| Constructor and Description |
|---|
EvoTestCaseCodeGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(CaptureLog log) |
void |
before(CaptureLog log) |
void |
clear() |
void |
createArrayInitStmt(CaptureLog log,
int logRecNo) |
void |
createCollectionInitStmt(CaptureLog log,
int logRecNo) |
void |
createFieldReadAccessStmt(CaptureLog log,
int logRecNo) |
void |
createFieldWriteAccessStmt(CaptureLog log,
int logRecNo) |
void |
createMapInitStmt(CaptureLog log,
int logRecNo) |
void |
createMethodCallStmt(CaptureLog log,
int logRecNo) |
void |
createPlainInitStmt(CaptureLog log,
int logRecNo) |
void |
createUnobservedInitStmt(CaptureLog log,
int logRecNo) |
TestCase |
getCode() |
boolean |
isMaximumLengthReached() |
public boolean isMaximumLengthReached()
isMaximumLengthReached in interface ICodeGenerator<TestCase>public void createMethodCallStmt(CaptureLog log, int logRecNo)
createMethodCallStmt in interface ICodeGenerator<TestCase>public void createPlainInitStmt(CaptureLog log, int logRecNo)
createPlainInitStmt in interface ICodeGenerator<TestCase>public void createUnobservedInitStmt(CaptureLog log, int logRecNo)
createUnobservedInitStmt in interface ICodeGenerator<TestCase>public void createFieldWriteAccessStmt(CaptureLog log, int logRecNo)
createFieldWriteAccessStmt in interface ICodeGenerator<TestCase>public void createFieldReadAccessStmt(CaptureLog log, int logRecNo)
createFieldReadAccessStmt in interface ICodeGenerator<TestCase>public void createArrayInitStmt(CaptureLog log, int logRecNo)
createArrayInitStmt in interface ICodeGenerator<TestCase>public void createCollectionInitStmt(CaptureLog log, int logRecNo)
createCollectionInitStmt in interface ICodeGenerator<TestCase>public void createMapInitStmt(CaptureLog log, int logRecNo)
createMapInitStmt in interface ICodeGenerator<TestCase>public void before(CaptureLog log)
before in interface ICodeGenerator<TestCase>public void after(CaptureLog log)
after in interface ICodeGenerator<TestCase>public TestCase getCode()
getCode in interface ICodeGenerator<TestCase>public void clear()
clear in interface ICodeGenerator<TestCase>Copyright © 2010–2017 EvoSuite. All rights reserved.