Annotation Type FeatureRequirementSet


  • @Inherited
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface FeatureRequirementSet
    Logically grouped features used to simplify test annotations. This annotation can be used in conjunction with FeatureRequirement and features automatically added by LoadGraphWith.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      FeatureRequirementSet.Package value
      The set of feature requirements to require for the test.
    • Element Detail

      • value

        FeatureRequirementSet.Package value
        The set of feature requirements to require for the test.
        Default:
        org.apache.tinkerpop.gremlin.FeatureRequirementSet.Package.SIMPLE