Codota Logo
ReportConfig.getSelectionFilter
Code IndexAdd Codota to your IDE (free)

How to use
getSelectionFilter
method
in
de.smartics.testdoc.report.export.doc.ReportConfig

Best Java code snippets using de.smartics.testdoc.report.export.doc.ReportConfig.getSelectionFilter (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
OutputStreamWriter o =
  • Codota IconOutputStream out;new OutputStreamWriter(out)
  • Codota IconOutputStream out;String charsetName;new OutputStreamWriter(out, charsetName)
  • Codota IconHttpURLConnection connection;new OutputStreamWriter(connection.getOutputStream())
  • Smart code suggestions by Codota
}
origin: de.smartics.testdoc/testdoc-report

/**
 * Filters scenarios by their categories according the the given report
 * configuration.
 *
 * @param scenarios the scenarios to filter.
 * @return the filtered scenarios.
 */
public List<ScenarioTestDoc> filterScenarios(
  final List<ScenarioTestDoc> scenarios)
{
 return config.getSelectionFilter().filterScenarios(scenarios);
}
origin: de.smartics.testdoc/testdoc-report

/**
 * Filters the given categories according the the given report configuration.
 *
 * @param categories the categories to be filtered.
 * @return a copy of the given <code>categories</code> containing only those
 *         categories that are accepted.
 */
public List<String> filter(final List<String> categories)
{
 return config.getSelectionFilter().filterCategories(categories);
}
de.smartics.testdoc.report.export.docReportConfiggetSelectionFilter

Javadoc

Returns the category classes of test scenarios that should be filtered.

Popular methods of ReportConfig

  • <init>
    Default constructor.
  • getImageHelper
    Returns the configuration of links to images used in reports.
  • getInformationFilter
    Returns the configuration that tells which report information is to be displayed.
  • getJunitManager
    Returns the manager to access JUnit report information. Isnull if the information is not to be inclu
  • getReports
    Returns the external reports to reference to.
  • getUnitTestDocComparator
    Returns the comparator to use to sort the rendering of unit test documentation.

Popular in Java

  • Creating JSON documents from java classes using gson
  • setScale (BigDecimal)
  • putExtra (Intent)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now