Class JUnit5StatelessTestsetInfoReporter

    • Field Detail

      • usePhrasedFileName

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

        private boolean usePhrasedClassNameInRunning
        Phrased class name of test case in the console log (see xxx) Running xxx or file report log Test set: xxx. false by default.
        This action takes effect only in JUnit5 provider together with a test class annotated DisplayName.
      • usePhrasedClassNameInTestCaseSummary

        private boolean usePhrasedClassNameInTestCaseSummary
        Phrased class name of test case in the log (see xxx) Tests run: ., Failures: ., Errors: ., Skipped: ., Time elapsed: . s, - in xxx. false by default.
        This action takes effect only in JUnit5 provider together with a test class annotated DisplayName.
    • Constructor Detail

      • JUnit5StatelessTestsetInfoReporter

        public JUnit5StatelessTestsetInfoReporter()