de.bechte.junit.runners.context.statements
Class StatementExecutorFactory
java.lang.Object
de.bechte.junit.runners.context.statements.StatementExecutorFactory
- Direct Known Subclasses:
- DefaultStatementExecutorFactory
public abstract class StatementExecutorFactory
- extends Object
The StatementExecutorFactory resolves the StatementExecutors for classes and methods. These two
types might differ, as they require different reporting.
Note: Clients can register their own factory by setting the system property with key PROPERTY_KEY. This
property must contain a name of the implementation class, e.g. "com.you.factories.MyStatementExecutorFactory".
If no property is set the DefaultStatementExecutorFactory will be used instead.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_KEY
protected static final String PROPERTY_KEY
StatementExecutorFactory
protected StatementExecutorFactory()
getDefault
public static StatementExecutorFactory getDefault()
getExecutorForClasses
public abstract StatementExecutor getExecutorForClasses()
getExecutorForMethods
public abstract StatementExecutor getExecutorForMethods()
Copyright © 2015. All rights reserved.