Annotation Interface WithFunction
@QuarkusTestResource(value=CloudFunctionTestResource.class,
restrictToAnnotatedClass=true)
@Retention(RUNTIME)
@Target(TYPE)
public @interface WithFunction
This annotation can be used to start a Google Cloud Function for a test.
It must be configured with the type of function used,
FunctionType.
If multiple functions exist in the same project, you must configure which function to launch via the
functionName attribute.- See Also:
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
FunctionType value
-
-
-
functionName
String functionName- Default:
- ""
-