public class ServerKillerExtension extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ORG_WILDFLY_TEST_KILL_SERVERS_BEFORE_TEST |
Constructor and Description |
---|
ServerKillerExtension() |
Modifier and Type | Method and Description |
---|---|
void |
beforeSuite(org.jboss.arquillian.container.spi.event.container.BeforeSetup start) |
void |
killServers() |
static String |
readString(InputStream file) |
void |
throwErrpr(org.jboss.arquillian.test.spi.event.suite.AfterSuite start) |
public static final String ORG_WILDFLY_TEST_KILL_SERVERS_BEFORE_TEST
public void beforeSuite(@Observes org.jboss.arquillian.container.spi.event.container.BeforeSetup start)
public void killServers()
public void throwErrpr(@Observes org.jboss.arquillian.test.spi.event.suite.AfterSuite start)
public static String readString(InputStream file)
Copyright © 2017 JBoss by Red Hat. All rights reserved.