Class LiveReporter

  • All Implemented Interfaces:
    org.junit.platform.launcher.TestExecutionListener

    public class LiveReporter
    extends Object
    implements org.junit.platform.launcher.TestExecutionListener
    RENAME

    TODO Create and use generic stack trace to String method.

    • Method Detail

      • dynamicTestRegistered

        public void dynamicTestRegistered​(org.junit.platform.launcher.TestIdentifier testIdentifier)
        Specified by:
        dynamicTestRegistered in interface org.junit.platform.launcher.TestExecutionListener
      • executionStarted

        public void executionStarted​(org.junit.platform.launcher.TestIdentifier testIdentifier)
        TODO Make this somehow optional.
        Specified by:
        executionStarted in interface org.junit.platform.launcher.TestExecutionListener
        Parameters:
        testIdentifier -
      • executionSkipped

        public void executionSkipped​(org.junit.platform.launcher.TestIdentifier testIdentifier,
                                     String reason)
        Specified by:
        executionSkipped in interface org.junit.platform.launcher.TestExecutionListener
      • executionFinished

        public void executionFinished​(org.junit.platform.launcher.TestIdentifier testIdentifier,
                                      org.junit.platform.engine.TestExecutionResult testExecutionResult)
        Specified by:
        executionFinished in interface org.junit.platform.launcher.TestExecutionListener