public class TestExtensionServices extends Object implements com.oneandone.cdi.weldstarter.spi.TestExtensionService
| Constructor and Description |
|---|
TestExtensionServices() |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends Annotation>> |
extraClassAnnotations() |
List<javax.enterprise.inject.spi.Extension> |
getExtensions() |
void |
handleExtraClassAnnotation(Annotation annotation,
Class<?> c) |
void |
initAnalyze() |
void |
postStartupAction(com.oneandone.cdi.weldstarter.CreationalContexts creationalContexts,
com.oneandone.cdi.weldstarter.spi.WeldStarter weldStarter) |
void |
preStartupAction(com.oneandone.cdi.weldstarter.WeldSetupClass weldSetup) |
List<Class<?>> |
testClasses() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddQualifiers, candidateToStart, excludeAsInjects, excludeFromIndexScan, explicitlyExcluded, extensionClasses, extraFieldAnnotations, fakeClasses, injectAnnotations, interceptorDecoratorSequence, producingAnnotations, serviceClassespublic void initAnalyze()
initAnalyze in interface com.oneandone.cdi.weldstarter.spi.TestExtensionServicepublic List<javax.enterprise.inject.spi.Extension> getExtensions()
getExtensions in interface com.oneandone.cdi.weldstarter.spi.TestExtensionServicepublic void postStartupAction(com.oneandone.cdi.weldstarter.CreationalContexts creationalContexts,
com.oneandone.cdi.weldstarter.spi.WeldStarter weldStarter)
postStartupAction in interface com.oneandone.cdi.weldstarter.spi.TestExtensionServicepublic List<Class<?>> testClasses()
testClasses in interface com.oneandone.cdi.weldstarter.spi.TestExtensionServicepublic List<Class<? extends Annotation>> extraClassAnnotations()
extraClassAnnotations in interface com.oneandone.cdi.weldstarter.spi.TestExtensionServicepublic void handleExtraClassAnnotation(Annotation annotation, Class<?> c)
handleExtraClassAnnotation in interface com.oneandone.cdi.weldstarter.spi.TestExtensionServicepublic void preStartupAction(com.oneandone.cdi.weldstarter.WeldSetupClass weldSetup)
preStartupAction in interface com.oneandone.cdi.weldstarter.spi.TestExtensionServiceCopyright © 2017–2019. All rights reserved.