BaseAnnotationDataDeducer

Deduces AnnotationData based on a given annotation A where the annotation is searched on the class and the method.

Since

2.0.0

Inheritors

Constructors

Link copied to clipboard
constructor(annotationClass: KClass<A>)

Functions

Link copied to clipboard
override fun deduce(testMethod: Method): AnnotationData?

Deduces AnnotationData based on the given testMethod or returns null in case it cannot be deduced.