congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
ReportConfig.<init>
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: de.smartics.testdoc/testdoc-report

/**
 * Convenience constructor to create an instance with a filter that accepts
 * all categories and shows defaults.
 *
 * @param index the index of test documentation.
 */
public TestDocHelper(final UnitTestDocIndex index)
{
 this(index, new ReportConfig());
}
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.docReportConfig<init>

Javadoc

Convenience constructor with default values for structures not needed for non visual reports.

Popular methods of ReportConfig

  • 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.
  • getSelectionFilter
    Returns the category classes of test scenarios that should be filtered.
  • getUnitTestDocComparator
    Returns the comparator to use to sort the rendering of unit test documentation.

Popular in Java

  • Parsing JSON documents to java classes using gson
  • onCreateOptionsMenu (Activity)
  • getSharedPreferences (Context)
  • compareTo (BigDecimal)
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • JCheckBox (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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