Annotation Interface SystemTest


@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Tag("system") public @interface SystemTest
Tests that compare the behaviour of a Vespa application deployment against a fixed specification. Test classes annotated with this annotation are run against a fresh deployment during automated system tests. See Vespa cloud documentation.
Author:
jonmv