public interface RecorderStrategy<T extends Configuration<T>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTakingAction(org.jboss.arquillian.core.spi.event.Event event) |
boolean |
isTakingAction(org.jboss.arquillian.core.spi.event.Event event,
org.jboss.arquillian.test.spi.TestResult result) |
int |
precedence()
The lower the precedence is, the sooner this strategy is treated
|
void |
setConfiguration(T configuration) |
void setConfiguration(T configuration)
configuration - boolean isTakingAction(org.jboss.arquillian.core.spi.event.Event event,
org.jboss.arquillian.test.spi.TestResult result)
event - result - boolean isTakingAction(org.jboss.arquillian.core.spi.event.Event event)
event - int precedence()
Copyright © 2014 JBoss by Red Hat. All rights reserved.