public class SpecAwareTestFilter
A TestCaseFilter that parses the a test path by detecting the type of spec in use.
| Constructor and Description |
|---|
SpecAwareTestFilter(java.lang.String testPath,
kotlin.reflect.KClass<? extends io.kotlintest.Spec> spec)
A TestCaseFilter that parses the a test path by detecting the type of spec in use.
|
| Modifier and Type | Method and Description |
|---|---|
io.kotlintest.TestFilterResult |
filter(io.kotlintest.Description description) |
io.kotlintest.Description |
getTest() |