Skip navigation links
A B C E F G O P R S T W 

A

ActivateScopes - Annotation Type in org.jboss.weld.junit5.auto
Activates the listed scopes for the duration of the test.
ActivateScopes.All - Annotation Type in org.jboss.weld.junit5.auto
 
AddBeanClasses - Annotation Type in org.jboss.weld.junit5.auto
Adds the listed classes as beans to the deployed testing container.
AddBeanClasses.All - Annotation Type in org.jboss.weld.junit5.auto
 
AddEnabledDecorators - Annotation Type in org.jboss.weld.junit5.auto
Adds, and enables, the listed classes as CDI decorators to the deployed testing container.
AddEnabledDecorators.All - Annotation Type in org.jboss.weld.junit5.auto
 
AddEnabledInterceptors - Annotation Type in org.jboss.weld.junit5.auto
Adds, and enables, the listed classes as CDI interceptors to the deployed testing container.
AddEnabledInterceptors.All - Annotation Type in org.jboss.weld.junit5.auto
 
AddExtensions - Annotation Type in org.jboss.weld.junit5.auto
Adds the listed classes as portable CDI extensions to the deployed testing container.
AddExtensions.All - Annotation Type in org.jboss.weld.junit5.auto
 
AddPackages - Annotation Type in org.jboss.weld.junit5.auto
Adds all bean classes from the listed packages to the deployed testing container.
AddPackages.All - Annotation Type in org.jboss.weld.junit5.auto
 
afterAll(ExtensionContext) - Method in class org.jboss.weld.junit5.WeldJunit5Extension
 
afterTestExecution(ExtensionContext) - Method in class org.jboss.weld.junit5.WeldJunit5Extension
 

B

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

C

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

E

EnableAlternatives - Annotation Type in org.jboss.weld.junit5.auto
Enables the listed classes as bean class alternatives in the deployed testing container.
EnableAlternatives.All - Annotation Type in org.jboss.weld.junit5.auto
 
EnableAlternativeStereotypes - Annotation Type in org.jboss.weld.junit5.auto
Adds the listed annotations as alternative stereotypes to the deployed container.
EnableAlternativeStereotypes.All - Annotation Type in org.jboss.weld.junit5.auto
 
EnableAutoWeld - Annotation Type in org.jboss.weld.junit5.auto
Meta-annotation that allows test classes to be extended with @EnableAutoWeld instead of @ExtendWith(WeldJunit5AutoExtension.class).
EnableWeld - Annotation Type in org.jboss.weld.junit5
Meta-annotation that allows test classes to be extended with @EnableWeld instead of @ExtendWith(WeldJunit5Extension.class).
enrich(Object, ExtensionContext, Weld, WeldInitiator.Builder) - Method in interface org.jboss.weld.junit5.WeldJunitEnricher
Enrich the default test environment.
ExplicitParamInjection - Annotation Type in org.jboss.weld.junit5
An annotation used to enforce explicit parameter annotation.
ExtensionContextUtils - Class in org.jboss.weld.junit5
This class is not a public API and it's contents can change unpredictably! It contains utility methods for fetching/retrieving items stored in the JUnit extension context store.

F

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

G

getContainerFromStore(ExtensionContext) - Static method in class org.jboss.weld.junit5.ExtensionContextUtils
Can return null if WeldContainer isn't stored yet
getEnrichersFromStore(ExtensionContext) - Static method in class org.jboss.weld.junit5.ExtensionContextUtils
Can return null if `WeldJunitEnricher`s aren't stored yet.
getExplicitInjectionInfoFromStore(ExtensionContext) - Static method in class org.jboss.weld.junit5.ExtensionContextUtils
Return boolean indicating whether explicit parameter injection is enabled
getInitiatorFromStore(ExtensionContext) - Static method in class org.jboss.weld.junit5.ExtensionContextUtils
Can return null if WeldInitiator isn't stored yet
GLOBAL_EXPLICIT_PARAM_INJECTION - Static variable in class org.jboss.weld.junit5.WeldJunit5Extension
 

O

of(Class<?>...) - Static method in class org.jboss.weld.junit5.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.junit5.WeldInitiator
The container is configured through a provided Weld instance.
ofTestPackage() - Static method in class org.jboss.weld.junit5.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.junit5 - package org.jboss.weld.junit5
 
org.jboss.weld.junit5.auto - package org.jboss.weld.junit5.auto
 
OverrideBean - Annotation Type in org.jboss.weld.junit5.auto
@OverrideBean is, strictly speaking, an always enabled alternative stereotype.

P

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

R

resolveParameter(ParameterContext, ExtensionContext) - Method in class org.jboss.weld.junit5.WeldJunit5Extension
 

S

self() - Method in class org.jboss.weld.junit5.WeldInitiator.Builder
 
setContainerToStore(ExtensionContext, WeldContainer) - Static method in class org.jboss.weld.junit5.ExtensionContextUtils
Store WeldContainer to ExtensionContext.Store
setEnrichersToStore(ExtensionContext, List<WeldJunitEnricher>) - Static method in class org.jboss.weld.junit5.ExtensionContextUtils
Store `WeldJunitEnricher`s to root extension context
setExplicitInjectionInfoToStore(ExtensionContext, boolean) - Static method in class org.jboss.weld.junit5.ExtensionContextUtils
Store explicit injection parameter to ExtensionContext.Store based on provided ExtensionContext
setInitiatorToStore(ExtensionContext, WeldInitiator) - Static method in class org.jboss.weld.junit5.ExtensionContextUtils
Stores WeldInitiator into provided ExtensionContext.Store based on provided ExtensionContext
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.jboss.weld.junit5.WeldJunit5Extension
 

T

TestInstanceInjectionExtension - Class in org.jboss.weld.junit5.auto
Extension class that ensure proper injection of an externally provided test instance.

W

weldInit(Object, ExtensionContext, Weld, WeldInitiator.Builder) - Method in class org.jboss.weld.junit5.auto.WeldJunit5AutoExtension
 
weldInit(Object, ExtensionContext, Weld, WeldInitiator.Builder) - Method in class org.jboss.weld.junit5.WeldJunit5Extension
 
WeldInitiator - Class in org.jboss.weld.junit5
JUnit 5 initiator - can be used to customize the Weld SE container started by WeldJunit5Extension.
WeldInitiator.Builder - Class in org.jboss.weld.junit5
This builder can be used to customize the final WeldInitiator instance, e.g.
WeldJunit5AutoExtension - Class in org.jboss.weld.junit5.auto
An alternative to WeldJunit5Extension allowing to fully leverage annotation based configuration approach.
WeldJunit5AutoExtension() - Constructor for class org.jboss.weld.junit5.auto.WeldJunit5AutoExtension
 
WeldJunit5Extension - Class in org.jboss.weld.junit5
JUnit 5 extension allowing to bootstrap Weld SE container for each @Test method and tear it down afterwards.
WeldJunit5Extension() - Constructor for class org.jboss.weld.junit5.WeldJunit5Extension
 
WeldJunitEnricher - Interface in org.jboss.weld.junit5
If no WeldInitiator field annotated with WeldSetup is present on a test class, all service providers of this interface are used to enrich the default test environment.
WeldSetup - Annotation Type in org.jboss.weld.junit5
An annotation used to denote a WeldInitiator field.
A B C E F G O P R S T W 
Skip navigation links

Copyright © 2018. All rights reserved.