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 and Description |
|---|
ProjectCreator() |
| Modifier and Type | Method and 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void testPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan)
testPlanExecutionStarted in interface org.junit.platform.launcher.TestExecutionListenerpublic void beforeAll(org.junit.jupiter.api.extension.ExtensionContext context)
beforeAll in interface org.junit.jupiter.api.extension.BeforeAllCallbackpublic void afterAll(org.junit.jupiter.api.extension.ExtensionContext context)
afterAll in interface org.junit.jupiter.api.extension.AfterAllCallbackpublic void testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)
testPlanExecutionFinished in interface org.junit.platform.launcher.TestExecutionListenerpublic org.junit.platform.engine.FilterResult apply(org.junit.platform.engine.TestDescriptor testDescriptor)
apply in interface org.junit.platform.engine.Filter<org.junit.platform.engine.TestDescriptor>Copyright © 2025. All rights reserved.