protected abstract class AbstractStatement.Executer extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Executer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute()
The execute statement should, when called only execute exactly one
statement.
|
Set<Class<? extends Throwable>> |
throwableExceptions()
A call to this method should return a set of throwables.
|
public abstract void execute()
throws InvocationTargetException,
IllegalArgumentException,
IllegalAccessException,
InstantiationException,
CodeUnderTestException
public Set<Class<? extends Throwable>> throwableExceptions()
Copyright © 2010–2017 EvoSuite. All rights reserved.