public class OsgiSurefireBooter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
OsgiSurefireBooter.BundleClassLoader |
Constructor and Description |
---|
OsgiSurefireBooter() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.ClassLoader |
createCombinedClassLoader(java.lang.String testPlugin) |
private static java.util.Map<java.lang.String,java.lang.String> |
extractProviderProperties(java.util.Properties surefireProps) |
private static java.lang.ClassLoader |
getBundleClassLoader(java.lang.String symbolicName) |
private static java.util.List<java.lang.String> |
getIncludesExcludes(java.lang.String string) |
private static java.io.File |
getTestProperties(java.lang.String[] args) |
private static java.util.Properties |
loadProperties(java.io.File file) |
static int |
run(java.lang.String[] args) |
public static int run(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
private static java.lang.ClassLoader createCombinedClassLoader(java.lang.String testPlugin) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
private static java.util.Map<java.lang.String,java.lang.String> extractProviderProperties(java.util.Properties surefireProps)
private static java.io.File getTestProperties(java.lang.String[] args) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
private static java.util.List<java.lang.String> getIncludesExcludes(java.lang.String string)
private static java.util.Properties loadProperties(java.io.File file) throws java.io.IOException
java.io.IOException
private static java.lang.ClassLoader getBundleClassLoader(java.lang.String symbolicName) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException