exclude

open fun exclude(excludes: Array<String>): Test
open fun exclude(excludes: Iterable<String>): Test

Adds exclude patterns for the files in the test classes directory (e.g. '**/*Test.class')).

See also


open fun exclude(excludeSpec: Spec<FileTreeElement>): Test
open fun exclude(excludeSpec: Closure): Test