public interface TestSelector
TestsManager
to select which tests to runModifier and Type | Method and Description |
---|---|
boolean |
acceptTestName(String testName)
If true, testName will be selected
|
String |
getExtension()
Return the extension used to render results
|
String |
getSelectedTestMethodName()
Returns the name of the selected test.
|
String |
getTestSelectorString()
Return the String used to select tests
|
boolean acceptTestName(String testName)
testName
- the name of the testtrue
if the test will be selected, false
otherwiseString getSelectedTestMethodName()
String getTestSelectorString()
String getExtension()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.