public class JstConfigureCdiRule
extends com.gtcgroup.justify.core.base.JstBaseRule
Rule class typically satisfies CDI injections on a test class
instance. It will also satisfy CDI injects on any unmanaged POJOs if
required.
Copyright (c) 2006 - 2017 by Global Technology Consulting Group, Inc. at gtcGroup.com .
| Modifier | Constructor and Description |
|---|---|
protected |
JstConfigureCdiRule(java.lang.Object testInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTM() |
void |
beforeTM() |
static <RULE extends JstConfigureCdiRule> |
withThisTestInstance(java.lang.Object thiz) |
public static <RULE extends JstConfigureCdiRule> RULE withThisTestInstance(java.lang.Object thiz)
TestRulepublic void afterTM()
afterTM in class com.gtcgroup.justify.core.base.JstBaseRuleJstBaseRule.afterTM()public void beforeTM()
beforeTM in class com.gtcgroup.justify.core.base.JstBaseRuleJstBaseRule.beforeTM()