Annotation Interface UsingSteps


@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented public @interface UsingSteps
  • Element Details

    • instances

      Class<?>[] instances
      Default:
      {}
    • packages

      String[] packages
      Default:
      {}
    • matchingNames

      String matchingNames
      Default:
      ".*"
    • notMatchingNames

      String notMatchingNames
      Default:
      ""
    • inheritInstances

      boolean inheritInstances
      Default:
      true