Package org.mockito.internal.runners
Class RunnerFactory
- java.lang.Object
-
- org.mockito.internal.runners.RunnerFactory
-
public class RunnerFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RunnerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunnerImpl
create(java.lang.Class<?> klass)
-
-
-
Method Detail
-
create
public RunnerImpl create(java.lang.Class<?> klass) throws java.lang.reflect.InvocationTargetException
- Throws:
java.lang.reflect.InvocationTargetException
-
-