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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfindInstance(org.junit.jupiter.api.extension.ExtensionContext extensionContext, Class<?> type, Annotation marker) Class<? extends Annotation>booleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.talend.sdk.component.junit.base.junit5.JUnit5InjectionSupportfindInstance, postProcessTestInstance, resolveParameter, supportsParameter
- 
Constructor Details- 
MavenDecrypterExtensionpublic MavenDecrypterExtension()
 
- 
- 
Method Details- 
injectionMarker- Specified by:
- injectionMarkerin interface- JUnit5InjectionSupport
 
- 
supports- Specified by:
- supportsin interface- JUnit5InjectionSupport
 
- 
findInstancepublic Object findInstance(org.junit.jupiter.api.extension.ExtensionContext extensionContext, Class<?> type, Annotation marker) throws org.junit.jupiter.api.extension.ParameterResolutionException - Specified by:
- findInstancein interface- JUnit5InjectionSupport
- Throws:
- org.junit.jupiter.api.extension.ParameterResolutionException
 
 
-