Tabnine Logo
DirectoryJUnitTestCaseManager
Code IndexAdd Tabnine to your IDE (free)

How to use
DirectoryJUnitTestCaseManager
in
de.smartics.testdoc.report.junit

Best Java code snippets using de.smartics.testdoc.report.junit.DirectoryJUnitTestCaseManager (Showing top 4 results out of 315)

origin: de.smartics.testdoc/testdoc-report

private File createFile(final Type testCaseType)
{
 final String fileName = createFileName(testCaseType);
 return new File(rootDirectory, fileName);
}
origin: de.smartics.testdoc/maven-testdoc-report-plugin

/**
 * {@inheritDoc}
 * <p>
 * Configures the plugin logger.
 * </p>
 *
 * @see org.apache.maven.reporting.AbstractMavenReport#executeReport(java.util.Locale)
 */
@Override
protected void executeReport(final Locale locale) throws MavenReportException
{
 super.executeReport(locale);
 final ExternalReportFactory factory =
   new MavenExternalReportFactory(project, "");
 reports = new ExternalReportReferences(factory);
 addJxrReports();
 addJavadocReports();
 addSurefireReport();
 addCoberturaReport();
 if (presentJUnitReport)
 {
  junitManager = new DirectoryJUnitTestCaseManager(junitReportLocation);
 }
}
origin: de.smartics.testdoc/testdoc-report

final File testCaseFile = createFile(testCaseType);
InputStream input = null;
origin: de.smartics.testdoc/testdoc-maven-report-plugin

/**
 * {@inheritDoc}
 * <p>
 * Configures the plugin logger.
 * </p>
 *
 * @see org.apache.maven.reporting.AbstractMavenReport#executeReport(java.util.Locale)
 */
@Override
protected void executeReport(final Locale locale) throws MavenReportException
{
 super.executeReport(locale);
 final ExternalReportFactory factory =
   new MavenExternalReportFactory(project, "");
 reports = new ExternalReportReferences(factory);
 addJxrReports();
 addJavadocReports();
 addSurefireReport();
 addCoberturaReport();
 if (presentJUnitReport)
 {
  junitManager = new DirectoryJUnitTestCaseManager(junitReportLocation);
 }
}
de.smartics.testdoc.report.junitDirectoryJUnitTestCaseManager

Javadoc

Provides access to test case information.

The manager knows the location of the JUnit XML reports and returns the information on demand.

Most used methods

  • <init>
    Default constructor.
  • createFile
  • createFileName

Popular in Java

  • Updating database using SQL prepared statement
  • getSharedPreferences (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • findViewById (Activity)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • JPanel (javax.swing)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top PhpStorm 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