|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.spi.testing.OSGiTest
public abstract class OSGiTest
An abstract OSGi Test.
OSGiTest is a convenience wrapper for the functionality provided
by OSGiTestHelper.
| Method Summary | |
|---|---|
javax.naming.InitialContext |
getInitialContext()
Delegates to OSGiTestHelper.getInitialContext() |
java.lang.Integer |
getJndiPort()
Delegates to OSGiTestHelper.getJndiPort() |
OSGiRuntime |
getRemoteRuntime()
Delegates to OSGiTestHelper.getRemoteRuntime() |
java.lang.String |
getServerHost()
Delegates to OSGiTestHelper.getServerHost() |
void |
setUp()
Writes a a debug start messge |
void |
tearDown()
Writes a a debug stop messge |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setUp()
throws java.lang.Exception
java.lang.Exception
public void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic OSGiRuntime getRemoteRuntime()
OSGiTestHelper.getRemoteRuntime()
public javax.naming.InitialContext getInitialContext()
throws javax.naming.NamingException
OSGiTestHelper.getInitialContext()
javax.naming.NamingExceptionpublic java.lang.Integer getJndiPort()
OSGiTestHelper.getJndiPort()
public java.lang.String getServerHost()
OSGiTestHelper.getServerHost()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||