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