Class JUnitOptions

    • Constructor Detail

      • JUnitOptions

        public JUnitOptions()
    • Method Detail

      • getIncludeCategories

        @Incubating
        public Set<String> getIncludeCategories()
        The set of categories to run.
      • setIncludeCategories

        @Incubating
        public void setIncludeCategories​(Set<String> includeCategories)
        The set of categories to run.
      • getExcludeCategories

        @Incubating
        public Set<String> getExcludeCategories()
        The set of categories to exclude.
      • setExcludeCategories

        public void setExcludeCategories​(Set<String> excludeCategories)
        The set of categories to exclude.