public interface TestContainer
| Modifier and Type | Method and Description |
|---|---|
void |
call(TestAddress address) |
long |
install(InputStream stream) |
long |
install(String location,
InputStream stream) |
long |
installProbe(InputStream stream)
Installs a probe from the given stream.
|
TestContainer |
start()
Starts the test container.
|
TestContainer |
stop()
Stops the regression container.
|
void |
uninstallProbe()
Uninstalls the current probe.
|
TestContainer start()
TimeoutException - - if timeout occured and the test container cannot be startedlong install(InputStream stream)
stream - stream the contentlong install(String location, InputStream stream)
location - update location of the installed stream. (used on bundle.update())stream - stream the contentlong installProbe(InputStream stream)
uninstallProbe().stream - probe bundlevoid uninstallProbe()
TestContainerException - if no probe installed.void call(TestAddress address)
address - the target to be called.TestContainerException - exceptionTestContainer stop()
TimeoutException - - if timeout occured and the regression container cannot be stoppedCopyright © 2006–2020 OPS4J - Open Participation Software for Java. All rights reserved.