Uses of Class
org.ops4j.pax.exam.spi.container.TestContainerException

Uses of TestContainerException in org.ops4j.pax.exam.spi.container
 

Subclasses of TestContainerException in org.ops4j.pax.exam.spi.container
 class TimeoutException
          Denotes an exception occuring during using test container that appears due to a timeout.
 

Methods in org.ops4j.pax.exam.spi.container that throw TestContainerException
<T> T
TestContainer.getService(Class<T> serviceType)
           
<T> T
TestContainer.getService(Class<T> serviceType, long timeoutInMillis)
           
 long TestContainer.installBundle(String bundleUrl)
           
 long TestContainer.installBundle(String bundleLocation, byte[] bundle)
           
 void TestContainer.setBundleStartLevel(long bundleId, int startLevel)
          Sets the start level for a bundle.
 void TestContainer.startBundle(long bundleId)
           
 



Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.