Class TemporaryFolderExtension
java.lang.Object
org.talend.sdk.component.junit.base.junit5.internal.TemporaryFolderExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension,org.junit.jupiter.api.extension.ParameterResolver,org.junit.jupiter.api.extension.TestInstancePostProcessor,JUnit5InjectionSupport
@Deprecated
public class TemporaryFolderExtension
extends Object
implements org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.AfterAllCallback, JUnit5InjectionSupport
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterAll(org.junit.jupiter.api.extension.ExtensionContext context) Deprecated.voidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext context) Deprecated.findInstance(org.junit.jupiter.api.extension.ExtensionContext extensionContext, Class<?> type) Deprecated.Class<? extends Annotation>Deprecated.booleanDeprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.talend.sdk.component.junit.base.junit5.JUnit5InjectionSupport
findInstance, postProcessTestInstance, resolveParameter, supportsParameter
-
Constructor Details
-
TemporaryFolderExtension
public TemporaryFolderExtension()Deprecated.
-
-
Method Details
-
beforeAll
Deprecated.- Specified by:
beforeAllin interfaceorg.junit.jupiter.api.extension.BeforeAllCallback- Throws:
Exception
-
afterAll
Deprecated.- Specified by:
afterAllin interfaceorg.junit.jupiter.api.extension.AfterAllCallback
-
supports
Deprecated.- Specified by:
supportsin interfaceJUnit5InjectionSupport
-
findInstance
public Object findInstance(org.junit.jupiter.api.extension.ExtensionContext extensionContext, Class<?> type) Deprecated.- Specified by:
findInstancein interfaceJUnit5InjectionSupport
-
injectionMarker
Deprecated.- Specified by:
injectionMarkerin interfaceJUnit5InjectionSupport
-