object TagFilteredDiscoveryExtension : DiscoveryExtension
Allows include / exclude Spec with Tags annotation.
afterScan |
Invoked as soon as the scan phase has completed. At this point, the Spec classes have been detected, but not yet instantiated or executed. fun afterScan(classes: List<KClass<out Spec>>): List<KClass<out Spec>> |