public class CdiModule extends Object implements org.unitils.core.Module
WeldContainer.| Modifier and Type | Class and Description |
|---|---|
class |
CdiModule.CdiTestlistener |
| Constructor and Description |
|---|
CdiModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInit() |
org.unitils.core.TestListener |
getTestListener() |
org.jboss.weld.environment.se.Weld |
getWeld() |
void |
init(Properties configuration) |
protected void |
initialiseObjects(Object testObject) |
void |
setWeld(org.jboss.weld.environment.se.Weld weld) |
protected void |
shutDown(Object testObject) |
public void init(Properties configuration)
init in interface org.unitils.core.ModuleModule.init(java.util.Properties)public void afterInit()
afterInit in interface org.unitils.core.ModuleModule.afterInit()protected void initialiseObjects(Object testObject)
protected void shutDown(Object testObject)
public org.unitils.core.TestListener getTestListener()
getTestListener in interface org.unitils.core.ModuleModule.getTestListener()public org.jboss.weld.environment.se.Weld getWeld()
public void setWeld(org.jboss.weld.environment.se.Weld weld)
weld - the weld to setCopyright © 2016. All Rights Reserved.