public class InVivoRunnerFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.osgi.framework.BundleContext |
context |
| Constructor and Description |
|---|
InVivoRunnerFactory(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
InVivoRunner |
create(String clazz) |
private Class |
findClass(String clazz) |
public InVivoRunnerFactory(org.osgi.framework.BundleContext context)
public InVivoRunner create(String clazz) throws ClassNotFoundException, org.junit.runners.model.InitializationError, IOException
ClassNotFoundExceptionorg.junit.runners.model.InitializationErrorIOExceptionprivate Class findClass(String clazz) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionCopyright © 2013–2014 Wisdom Framework. All rights reserved.