Tabnine Logo
SelectionFilter.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
de.smartics.testdoc.report.export.doc.SelectionFilter
constructor

Best Java code snippets using de.smartics.testdoc.report.export.doc.SelectionFilter.<init> (Showing top 2 results out of 315)

origin: de.smartics.testdoc/maven-testdoc-report-plugin

private ReportConfig createReportConfig() throws MavenReportException
{
 final InformationFilter.Builder builder = new InformationFilter.Builder();
 builder.setShowIndexOfIndices(showIndexOfIndices);
 builder.setShowNumbering(showNumbering);
 builder.setShowCategories(showCategories);
 builder.setShowTestCase(showTestCase);
 builder.setShowTestStatus(showTestStatus);
 final InformationFilter filter = builder.build();
 final SelectionFilter selectionFilter =
   new SelectionFilter(includeCategories, excludeCategories);
 final Comparator<UnitTestDoc> comparator = createComparator();
 final ReportConfig config =
   new ReportConfig(selectionFilter, filter, junitManager, imageHelper,
     reports, comparator);
 return config;
}
origin: de.smartics.testdoc/testdoc-maven-report-plugin

private ReportConfig createReportConfig() throws MavenReportException
{
 final InformationFilter.Builder builder = new InformationFilter.Builder();
 builder.setShowIndexOfIndices(showIndexOfIndices);
 builder.setShowNumbering(showNumbering);
 builder.setShowCategories(showCategories);
 builder.setShowTestCase(showTestCase);
 builder.setShowTestStatus(showTestStatus);
 final InformationFilter filter = builder.build();
 final SelectionFilter selectionFilter =
   new SelectionFilter(includeCategories, excludeCategories);
 final Comparator<UnitTestDoc> comparator = createComparator();
 final ReportConfig config =
   new ReportConfig(selectionFilter, filter, junitManager, imageHelper,
     reports, comparator);
 return config;
}
de.smartics.testdoc.report.export.docSelectionFilter<init>

Javadoc

Constructor for the singleton provided by this class.

Popular methods of SelectionFilter

  • acceptCategory
    Checks whether or not the category is accepted to display the so tagged scenario.
  • acceptIncludes
  • acceptsAllOf
    Checks if all categories are accepted.
  • filterCategories
    Filters the list of categories to retain only those that are accepted by #acceptCategory(String).
  • filterScenarios
    Filters scenarios by their categories.
  • provideCategories
    If there are no filter elements, a default filter is created.

Popular in Java

  • Reading from database using SQL prepared statement
  • scheduleAtFixedRate (ScheduledExecutorService)
  • notifyDataSetChanged (ArrayAdapter)
  • onRequestPermissionsResult (Fragment)
  • String (java.lang)
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • JButton (javax.swing)
  • From CI to AI: The AI layer in your organization
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