public class EjbUnitRule.Deployment
extends org.junit.runners.model.Statement
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.weld.environment.se.WeldContainer |
container |
protected Throwable |
startupException |
protected org.jboss.weld.environment.se.Weld |
weld |
| Constructor and Description |
|---|
Deployment(Object instance,
org.junit.runners.model.Statement next,
Method method,
CdiTestConfig cdiTestConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate()
Run the action, throwing a
Throwable if anything goes wrong. |
void |
initWeld() |
protected org.jboss.weld.environment.se.Weld weld
protected org.jboss.weld.environment.se.WeldContainer container
protected Throwable startupException
public Deployment(Object instance, org.junit.runners.model.Statement next, Method method, CdiTestConfig cdiTestConfig)
Copyright © 2017–2018. All rights reserved.