A B C F G O P S W 
All Classes All Packages

A

apply(Statement, Description) - Method in class org.jboss.weld.junit4.WeldInitiator
 

B

build(Weld, List<Object>, Set<Class<? extends Annotation>>, Set<Bean<?>>) - Method in class org.jboss.weld.junit4.WeldInitiator.Builder
 

C

createWeld() - Static method in class org.jboss.weld.junit4.WeldInitiator
The returned Weld instance has: automatic discovery disabled concurrent deployment disabled

F

from(Class<?>...) - Static method in class org.jboss.weld.junit4.WeldInitiator
Create a builder instance.
from(Weld) - Static method in class org.jboss.weld.junit4.WeldInitiator
Create a builder instance.
fromTestPackage() - Static method in class org.jboss.weld.junit4.WeldInitiator
Create a builder instance.

G

getTestClassInjectorRule() - Method in class org.jboss.weld.junit4.WeldInitiator
Returns a MethodRule that can be used as a Rule to inject into the test class instance.

O

of(Class<?>...) - Static method in class org.jboss.weld.junit4.WeldInitiator
The container is configured with the result of WeldInitiator.createWeld() method and the given bean classes are added.
of(Weld) - Static method in class org.jboss.weld.junit4.WeldInitiator
The container is configured through a provided Weld instance.
ofTestPackage() - Static method in class org.jboss.weld.junit4.WeldInitiator
The container is configured with the result of WeldInitiator.createWeld() method and all the classes from the test class package are added.
org.jboss.weld.junit4 - package org.jboss.weld.junit4
 

P

performDefaultDiscovery() - Static method in class org.jboss.weld.junit4.WeldInitiator
The container is instructed to do automatic bean discovery, the resulting bean archive is NOT synthetic.

S

self() - Method in class org.jboss.weld.junit4.WeldInitiator.Builder
 

W

WeldInitiator - Class in org.jboss.weld.junit4
JUnit 4 initiator - test rule which starts a Weld container per each test method execution:
WeldInitiator.Builder - Class in org.jboss.weld.junit4
This builder can be used to customize the final WeldInitiator instance, e.g.
A B C F G O P S W 
All Classes All Packages