kotest-core / io.kotest.core.filters / TestCaseFilter / filter

filter

abstract fun filter(description: Description): TestFilterResult

This method is invoked with the test Description and the result used to determine if the test should be included or not.