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

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

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

origin: com.novocode/junit-interface

/**
 * @see #toString()
 */
@Override
public String describe() {
  return toString();
}
com.novocode.junitCategoryFiltertoString

Javadoc

Returns string in the form "[included categories] - [excluded categories]", where both sets have comma separated names of categories.

Popular methods of CategoryFilter

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

Popular in Java

  • Finding current android device location
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getExternalFilesDir (Context)
  • getSharedPreferences (Context)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Best plugins for Eclipse
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