Uses of Interface
io.helidon.microprofile.testing.HelidonTestDescriptor
Packages that use HelidonTestDescriptor
-
Uses of HelidonTestDescriptor in io.helidon.microprofile.testing
Subinterfaces of HelidonTestDescriptor in io.helidon.microprofile.testingModifier and TypeInterfaceDescriptioninterfaceHelidonTestInfo<T extends AnnotatedElement>Metadata of the test class or method that triggers the creation of a CDI container.Classes in io.helidon.microprofile.testing that implement HelidonTestDescriptorModifier and TypeClassDescriptionclassHelidonTestDescriptorBase<T extends AnnotatedElement>Base implementation.static final classClass info.static final classMethod info.Methods in io.helidon.microprofile.testing with parameters of type HelidonTestDescriptorModifier and TypeMethodDescriptionstatic HelidonTestInfo.ClassInfoHelidonTestInfo.classInfo(HelidonTestDescriptor<Class<?>> desc) Create a new class info.static HelidonTestInfo.MethodInfoHelidonTestInfo.methodInfo(HelidonTestDescriptor<Method> desc, HelidonTestInfo.ClassInfo classInfo) Create a new method info.Method parameters in io.helidon.microprofile.testing with type arguments of type HelidonTestDescriptorModifier and TypeMethodDescriptionstatic HelidonTestInfo.ClassInfoHelidonTestInfo.classInfo(Class<?> cls, Function<Class<?>, HelidonTestDescriptor<Class<?>>> function) Create a new class info.static HelidonTestInfo.MethodInfoHelidonTestInfo.methodInfo(Method method, HelidonTestInfo.ClassInfo classInfo, Function<Method, HelidonTestDescriptor<Method>> function) Create a new method info.