Tabnine Logo
ReportConfig.getJunitManager
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: de.smartics.testdoc/testdoc-report

/**
 * Returns the manager to access JUnit report information. Is
 * <code>null</code> if the information is not to be included.
 *
 * @return the manager to access JUnit report information.
 */
public JUnitTestCaseManager getJunitManager()
{
 return config.getJunitManager();
}
origin: de.smartics.testdoc/testdoc-report

/**
 * Checks whether or not to include JUnit report information.
 *
 * @return <code>true</code> if the information is requested to be included,
 *         <code>false</code> if it should be omitted.
 */
public boolean isJUnitReportInformationRequested()
{
 return config.getJunitManager() != null;
}
de.smartics.testdoc.report.export.docReportConfiggetJunitManager

Javadoc

Returns the manager to access JUnit report information. Is null if the information is not to be included.

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.
  • 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

  • Reading from database using SQL prepared statement
  • getSystemService (Context)
  • onRequestPermissionsResult (Fragment)
  • onCreateOptionsMenu (Activity)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • JList (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Top Sublime Text 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