Package org.talend.sdk.component.junit5
Class MavenDecrypterExtension
java.lang.Object
org.talend.sdk.component.junit5.MavenDecrypterExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.Extension
,org.junit.jupiter.api.extension.ParameterResolver
,org.junit.jupiter.api.extension.TestInstancePostProcessor
,JUnit5InjectionSupport
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindInstance
(org.junit.jupiter.api.extension.ExtensionContext extensionContext, Class<?> type, Annotation marker) Class<? extends Annotation>
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.talend.sdk.component.junit.base.junit5.JUnit5InjectionSupport
findInstance, postProcessTestInstance, resolveParameter, supportsParameter
-
Constructor Details
-
MavenDecrypterExtension
public MavenDecrypterExtension()
-
-
Method Details
-
injectionMarker
- Specified by:
injectionMarker
in interfaceJUnit5InjectionSupport
-
supports
- Specified by:
supports
in interfaceJUnit5InjectionSupport
-
findInstance
public Object findInstance(org.junit.jupiter.api.extension.ExtensionContext extensionContext, Class<?> type, Annotation marker) throws org.junit.jupiter.api.extension.ParameterResolutionException - Specified by:
findInstance
in interfaceJUnit5InjectionSupport
- Throws:
org.junit.jupiter.api.extension.ParameterResolutionException
-