congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
CategoryFilter.copyAndRefine
Code IndexAdd Tabnine to your IDE (free)

How to use
copyAndRefine
method
in
com.novocode.junit.CategoryFilter

Best Java code snippets using com.novocode.junit.CategoryFilter.copyAndRefine (Showing top 1 results out of 315)

origin: com.novocode/junit-interface

protected CategoryFilter(boolean matchAnyIncludes, Set<Class<?>> includes,
             boolean matchAnyExcludes, Set<Class<?>> excludes) {
  includedAny = matchAnyIncludes;
  excludedAny = matchAnyExcludes;
  included = copyAndRefine(includes);
  excluded = copyAndRefine(excludes);
}
com.novocode.junitCategoryFiltercopyAndRefine

Popular methods of CategoryFilter

  • <init>
  • addCategory
  • categories
  • categoryFilter
  • createSet
  • directCategories
  • exclude
  • hasAssignableTo
  • hasCorrectCategoryAnnotation
  • hasNull
  • include
  • matchesAllParentCategories
  • include,
  • matchesAllParentCategories,
  • matchesAnyParentCategories,
  • parentDescription,
  • shouldRun,
  • toString

Popular in Java

  • Making http post requests using okhttp
  • scheduleAtFixedRate (Timer)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • putExtra (Intent)
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now