public class

NativeTestContainer

extends Object
implements TestContainer
java.lang.Object
   ↳ org.ops4j.pax.exam.nat.internal.NativeTestContainer

Summary

Public Constructors
NativeTestContainer(ExamSystem system, FrameworkFactory frameworkFactory)
Public Methods
synchronized void call(TestAddress address)
synchronized void cleanup()
synchronized long install(InputStream stream)
synchronized long install(String location, InputStream stream)
void setBundleStartLevel(long bundleId, int startLevel)
TestContainer start()
TestContainer stop()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.ops4j.pax.exam.TestContainer

Public Constructors

public NativeTestContainer (ExamSystem system, FrameworkFactory frameworkFactory)

Throws
IOException

Public Methods

public synchronized void call (TestAddress address)

public synchronized void cleanup ()

public synchronized long install (InputStream stream)

public synchronized long install (String location, InputStream stream)

public void setBundleStartLevel (long bundleId, int startLevel)

Throws
TestContainerException

public TestContainer start ()

Throws
TestContainerException

public TestContainer stop ()

public String toString ()