Annotation Interface UsingPaths


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

    • includes

      String[] includes
      Default:
      {"**/*.story"}
    • excludes

      String[] excludes
      Default:
      {}
    • storyFinder

      Class<? extends StoryFinder> storyFinder
      Default:
      org.jbehave.core.io.StoryFinder.class