org.apache.sling.junit
Interface TestSelector

All Known Implementing Classes:
RequestParser

public interface TestSelector

Used by the TestsManager to select which tests to run


Method Summary
 boolean acceptTestName(java.lang.String testName)
          If true, testName will be selected
 java.lang.String getExtension()
          Return the extension used to render results
 java.lang.String getSelectedTestMethodName()
          If not null, only test methods having this name are executed
 java.lang.String getTestSelectorString()
          Return the String used to select tests
 

Method Detail

acceptTestName

boolean acceptTestName(java.lang.String testName)
If true, testName will be selected


getSelectedTestMethodName

java.lang.String getSelectedTestMethodName()
If not null, only test methods having this name are executed


getTestSelectorString

java.lang.String getTestSelectorString()
Return the String used to select tests


getExtension

java.lang.String getExtension()
Return the extension used to render results



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.