JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Module
io.helidon.microprofile.testing.junit5
Package
io.helidon.microprofile.testing.junit5
Annotation Interface AddBeans
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
})
public @interface
AddBeans
A repeatable container for
AddBean
. No need to use this annotation, just repeat
AddBean
annotation on test class.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
AddBean
[]
value
Beans to be added.
Element Details
value
AddBean
[]
value
Beans to be added.
Returns:
add bean annotations