Tabnine Logo
CategoryFilter.include
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: com.novocode/junit-interface

public static CategoryFilter include(Class<?>... categories) {
  return include(true, categories);
}
origin: com.novocode/junit-interface

public static CategoryFilter include(Class<?> category) {
  return include(true, category);
}
com.novocode.junitCategoryFilterinclude

Popular methods of CategoryFilter

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

Popular in Java

  • Updating database using SQL prepared statement
  • onRequestPermissionsResult (Fragment)
  • getSharedPreferences (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Best IntelliJ 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