public class TestRunFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NO_TAG_TOKEN |
| Constructor and Description |
|---|
TestRunFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldRunTest(TestComponent testComponent,
List<String> testNameList,
Set<String> tags)
Define if a test should be run
|
public static final String NO_TAG_TOKEN
public boolean shouldRunTest(TestComponent testComponent, List<String> testNameList, Set<String> tags)
testComponent - the test to be checked if it should be runtestNameList - a list of test namestags - a list of tagsCopyright © 2019. All rights reserved.