
public class DroidiumNativeResourceManager extends Object
AfterStartBeforeStop| Constructor and Description |
|---|
DroidiumNativeResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterContainerStart(org.jboss.arquillian.container.spi.event.container.AfterStart event)
Creates all resources related to this container after its start so we can further use them by injection points.
|
void |
onDroidiumContainerStop(org.jboss.arquillian.container.spi.event.container.BeforeStop event)
Deletes temporary directory where all Selendroid and Android resources (files, resigned apks, logs ... ) are stored.
|
public void onAfterContainerStart(@Observes
org.jboss.arquillian.container.spi.event.container.AfterStart event)
event - public void onDroidiumContainerStop(@Observes
org.jboss.arquillian.container.spi.event.container.BeforeStop event)
removeTmpDir="false" in extension
configuration in arquillian.xml.event - Copyright © 2013 JBoss by Red Hat. All Rights Reserved.