Class CloudFunctionTestResource

java.lang.Object
io.quarkus.google.cloud.functions.test.CloudFunctionTestResource
All Implemented Interfaces:
QuarkusTestResourceConfigurableLifecycleManager<WithFunction>, QuarkusTestResourceLifecycleManager

public class CloudFunctionTestResource extends Object implements QuarkusTestResourceConfigurableLifecycleManager<WithFunction>
Test resource that starts a Google Cloud Function invoker at the beginning of the test and stops it at the end. It must be configured with the WithFunction annotation.