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 - configuration to set to this recorder strategyboolean isTakingAction(org.jboss.arquillian.core.spi.event.Event event,
org.jboss.arquillian.test.spi.TestResult result)
event - Arquillian event to decide the action taking forresult - result accompanied with eventboolean isTakingAction(org.jboss.arquillian.core.spi.event.Event event)
event - Arquillian event to decide the action taking forint precedence()
Copyright © 2014–2015 JBoss by Red Hat. All rights reserved.