Annotation Type IntegrationTest


  • @Target({TYPE,ANNOTATION_TYPE})
    @Retention(RUNTIME)
    @Tag("integration")
    public @interface IntegrationTest
    Tests which run against a fully operational Vespa deployment to verify its behaviour. Examples of integration test types are SystemTest, StagingSetup, StagingTest, and ProductionTest.
    Author:
    jonmv