Package de.bmiag.tapir.execution
Class TapirExecutor.TapirExecutorFactory
- java.lang.Object
-
- de.bmiag.tapir.execution.TapirExecutor.TapirExecutorFactory
-
- Enclosing class:
- TapirExecutor
@Component("tapirExecutorFactory") public static class TapirExecutor.TapirExecutorFactory extends java.lang.Object
TheTapirExecutor.TapirExecutorFactory
is responsible for providing aTapirExecutor
for a given testClass. It ensures that the returnedTapirExecutor
is registered in the Spring application context.- Since:
- 2.0.0
- Author:
- Oliver Libutzki <[email protected]>
-
-
Constructor Summary
Constructors Constructor Description TapirExecutorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TapirExecutor
getExecutorForClass(java.lang.Class<?> testClass)
Returns aTapirExecutor
based on the given testClass.
-
-
-
Method Detail
-
getExecutorForClass
public TapirExecutor getExecutorForClass(java.lang.Class<?> testClass)
Returns aTapirExecutor
based on the given testClass.- Parameters:
testClass
- the test class which should be executed- Returns:
- the tapir executor
-
-