Class ProjectCreator

  • All Implemented Interfaces:
    org.junit.jupiter.api.extension.AfterAllCallback, org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.Extension, org.junit.platform.engine.Filter<org.junit.platform.engine.TestDescriptor>, org.junit.platform.launcher.PostDiscoveryFilter, org.junit.platform.launcher.TestExecutionListener

    public class ProjectCreator
    extends Object
    implements org.junit.platform.launcher.TestExecutionListener, org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.AfterAllCallback, org.junit.platform.launcher.PostDiscoveryFilter
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectCreator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterAll​(org.junit.jupiter.api.extension.ExtensionContext context)  
      org.junit.platform.engine.FilterResult apply​(org.junit.platform.engine.TestDescriptor testDescriptor)  
      void beforeAll​(org.junit.jupiter.api.extension.ExtensionContext context)  
      void testPlanExecutionFinished​(org.junit.platform.launcher.TestPlan testPlan)  
      void testPlanExecutionStarted​(org.junit.platform.launcher.TestPlan testPlan)  
      • Methods inherited from interface org.junit.platform.engine.Filter

        toPredicate
      • Methods inherited from interface org.junit.platform.launcher.TestExecutionListener

        dynamicTestRegistered, executionFinished, executionSkipped, executionStarted, reportingEntryPublished
    • Constructor Detail

      • ProjectCreator

        public ProjectCreator()
    • Method Detail

      • testPlanExecutionStarted

        public void testPlanExecutionStarted​(org.junit.platform.launcher.TestPlan testPlan)
        Specified by:
        testPlanExecutionStarted in interface org.junit.platform.launcher.TestExecutionListener
      • beforeAll

        public void beforeAll​(org.junit.jupiter.api.extension.ExtensionContext context)
        Specified by:
        beforeAll in interface org.junit.jupiter.api.extension.BeforeAllCallback
      • afterAll

        public void afterAll​(org.junit.jupiter.api.extension.ExtensionContext context)
        Specified by:
        afterAll in interface org.junit.jupiter.api.extension.AfterAllCallback
      • testPlanExecutionFinished

        public void testPlanExecutionFinished​(org.junit.platform.launcher.TestPlan testPlan)
        Specified by:
        testPlanExecutionFinished in interface org.junit.platform.launcher.TestExecutionListener
      • apply

        public org.junit.platform.engine.FilterResult apply​(org.junit.platform.engine.TestDescriptor testDescriptor)
        Specified by:
        apply in interface org.junit.platform.engine.Filter<org.junit.platform.engine.TestDescriptor>