Class TestEngineSummaryEngineExecutionListener

  • All Implemented Interfaces:
    org.junit.platform.engine.EngineExecutionListener

    public class TestEngineSummaryEngineExecutionListener
    extends Object
    implements org.junit.platform.engine.EngineExecutionListener
    • Constructor Detail

      • TestEngineSummaryEngineExecutionListener

        public TestEngineSummaryEngineExecutionListener​(org.junit.platform.launcher.TestPlan testPlan)
    • Method Detail

      • dynamicTestRegistered

        public void dynamicTestRegistered​(org.junit.platform.engine.TestDescriptor testDescriptor)
        Specified by:
        dynamicTestRegistered in interface org.junit.platform.engine.EngineExecutionListener
      • executionSkipped

        public void executionSkipped​(org.junit.platform.engine.TestDescriptor testDescriptor,
                                     String reason)
        Specified by:
        executionSkipped in interface org.junit.platform.engine.EngineExecutionListener
      • executionStarted

        public void executionStarted​(org.junit.platform.engine.TestDescriptor testDescriptor)
        Specified by:
        executionStarted in interface org.junit.platform.engine.EngineExecutionListener
      • executionFinished

        public void executionFinished​(org.junit.platform.engine.TestDescriptor testDescriptor,
                                      org.junit.platform.engine.TestExecutionResult testExecutionResult)
        Specified by:
        executionFinished in interface org.junit.platform.engine.EngineExecutionListener
      • reportingEntryPublished

        public void reportingEntryPublished​(org.junit.platform.engine.TestDescriptor testDescriptor,
                                            org.junit.platform.engine.reporting.ReportEntry entry)
        Specified by:
        reportingEntryPublished in interface org.junit.platform.engine.EngineExecutionListener
      • getSummary

        public org.junit.platform.launcher.listeners.TestExecutionSummary getSummary()