kotest-core / io.kotest.core.extensions / TagFilteredDiscoveryExtension

TagFilteredDiscoveryExtension

object TagFilteredDiscoveryExtension : DiscoveryExtension

Allows include / exclude Spec with Tags annotation.

Functions

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>>