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()
If not null, only test methods having this name are executed
|
String |
getTestSelectorString()
Return the String used to select tests
|
boolean acceptTestName(String testName)
String getSelectedTestMethodName()
String getTestSelectorString()
String getExtension()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.