public class IgnoreObserver extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_IGNORE_NONE |
static String |
EXTENSION_NAME |
static String |
EXTENSION_PROPERTY_EXP |
static String |
EXTENSION_PROPERTY_METHODS |
| Constructor and Description |
|---|
IgnoreObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
localTest(org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.test.impl.execution.event.LocalExecutionEvent> context) |
void |
remoteTest(org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.test.impl.execution.event.RemoteExecutionEvent> context) |
public static final String EXTENSION_NAME
public static final String EXTENSION_PROPERTY_EXP
public static final String EXTENSION_PROPERTY_METHODS
public static final String EXTENSION_IGNORE_NONE
public void localTest(@Observes(precedence=1000)
org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.test.impl.execution.event.LocalExecutionEvent> context)
public void remoteTest(@Observes(precedence=1000)
org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.test.impl.execution.event.RemoteExecutionEvent> context)
Copyright © 2015–2016 JBoss by Red Hat. All rights reserved.