Class JUnit5Xml30StatelessReporter


public class JUnit5Xml30StatelessReporter extends SurefireStatelessReporter
The extension of xml reporter based on XSD version 3.0 for JUnit5. Selectively enables phrased classes, methods and report files upon JUnit5 annotation DisplayName. author Tibor Digana (tibor17)
Since:
3.0.0-M4
  • Field Details

    • usePhrasedFileName

      private boolean usePhrasedFileName
      false by default.
      This action takes effect only in JUnit5 provider together with a test class annotated DisplayName.
    • usePhrasedTestSuiteClassName

      private boolean usePhrasedTestSuiteClassName
      false by default.
      This action takes effect only in JUnit5 provider together with a test class annotated DisplayName.
    • usePhrasedTestCaseClassName

      private boolean usePhrasedTestCaseClassName
      false by default.
      This action takes effect only in JUnit5 provider together with a test class annotated DisplayName.
    • usePhrasedTestCaseMethodName

      private boolean usePhrasedTestCaseMethodName
      false by default.
      This action takes effect only in JUnit5 provider together with a test method annotated DisplayName.
  • Constructor Details

    • JUnit5Xml30StatelessReporter

      public JUnit5Xml30StatelessReporter()
  • Method Details