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.testng
Package
io.helidon.microprofile.testing.testng
Annotation Interface AddConfigBlock
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
})
@Inherited
public @interface
AddConfigBlock
Defines the configuration as a String in
value()
for the given type.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Configuration value.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
type
Specifies the format type of the
value()
.
Element Details
type
String
type
Specifies the format type of the
value()
. It defaults to 'properties'.
Returns:
the supported type
Default:
"properties"
value
String
value
Configuration value.
Returns:
String with value.