api / org.gradle.api.tasks.testing / Test / filter

filter

@Incubating open fun filter(action: Action<TestFilter>): Unit

Executes the action against the #getFilter().

Parameters

action - configuration of the test filter

Since
1.10