Annotation Type ProductionTest


  • @Target({TYPE,ANNOTATION_TYPE})
    @Retention(RUNTIME)
    @Tag("production")
    public @interface ProductionTest
    Tests that verify the health of production deployments of Vespa applications. Test classes annotated with this annotation are run during declared production tests. See Vespa cloud documentation.
    Author:
    jonmv