|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.testing.OSGiTest
org.jboss.osgi.testing.OSGiRuntimeTest
public abstract class OSGiRuntimeTest
An abstract OSGi runtime test.
A convenience wrapper for the functionality provided by OSGiRuntimeHelper.
| Constructor Summary | |
|---|---|
OSGiRuntimeTest()
|
|
| Method Summary | |
|---|---|
static void |
afterClass()
|
static OSGiRuntime |
createDefaultRuntime()
Delegates to OSGiRuntimeHelper#getDefaultRuntime() |
static OSGiRuntime |
createEmbeddedRuntime()
Delegates to OSGiRuntimeHelper#getEmbeddedRuntime() |
static OSGiRuntime |
createRemoteRuntime()
Delegates to OSGiRuntimeHelper#getRemoteRuntime() |
static OSGiRuntime |
getRuntime()
|
void |
setUp()
Writes a a debug start messge |
static void |
shutdownRuntime()
|
void |
tearDown()
Writes a a debug stop messge |
| Methods inherited from class org.jboss.osgi.testing.OSGiTest |
|---|
assembleArchive, assembleArchive, assertBundleState, assertLoadClass, assertLoadClass, assertLoadClassFail, getFrameworkName, getInitialContext, getLongName, getResourceFile, getResourceURL, getServerHost, getShortName, getTargetContainer, getTestArchiveFile, getTestArchivePath, getTestArchiveURL, getTestHelper, toInputStream, toVirtualFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OSGiRuntimeTest()
| Method Detail |
|---|
public void setUp()
throws Exception
OSGiTest
setUp in class OSGiTestException
public void tearDown()
throws Exception
OSGiTest
tearDown in class OSGiTestException
public static void afterClass()
throws Exception
Exceptionpublic static void shutdownRuntime()
public static OSGiRuntime getRuntime()
public static OSGiRuntime createDefaultRuntime()
OSGiRuntimeHelper#getDefaultRuntime()
public static OSGiRuntime createEmbeddedRuntime()
OSGiRuntimeHelper#getEmbeddedRuntime()
public static OSGiRuntime createRemoteRuntime()
OSGiRuntimeHelper#getRemoteRuntime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||