Class TestExtensionServices
- java.lang.Object
-
- com.oneandone.iocunit.jms.rabbitmq.TestExtensionServices
-
- All Implemented Interfaces:
com.oneandone.cdi.weldstarter.spi.TestExtensionService
public class TestExtensionServices extends Object implements com.oneandone.cdi.weldstarter.spi.TestExtensionService
- Author:
- aschoerk
-
-
Field Summary
Fields Modifier and Type Field Description static List<Class<?>>testClasses
-
Constructor Summary
Constructors Constructor Description TestExtensionServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<?>>testClasses()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oneandone.cdi.weldstarter.spi.TestExtensionService
addQualifiers, candidateToStart, excludeAsInjects, excludeFromIndexScan, explicitlyExcluded, extensionClasses, extraClassAnnotations, extraFieldAnnotations, fakeClasses, getExtensions, handleExtraClassAnnotation, initAnalyze, injectAnnotations, interceptorDecoratorSequence, postStartupAction, preStartupAction, producingAnnotations, serviceClasses, testAvailableClasses
-
-