org.jboss.arquillian.container.test.impl.execution
Class BeforeLifecycleEventExecuter
java.lang.Object
org.jboss.arquillian.container.test.impl.execution.BeforeLifecycleEventExecuter
public class BeforeLifecycleEventExecuter
- extends Object
Observer that executes the Before phase on the test case.
This is intended for In Container use, BeforeClass should only be executed on Client since the state between @Test is not kept In Container.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
- See Also:
AfterLifecycleEventExecuter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeforeLifecycleEventExecuter
public BeforeLifecycleEventExecuter()
on
public void on(@Observes(precedence=-100)
Before event)
throws Throwable
- Throws:
Throwable
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.