com.atlassian.confluence.test.qunit
Class QUnitTestFinder
java.lang.Object
com.atlassian.confluence.test.qunit.QUnitTestFinder
public class QUnitTestFinder
- extends Object
High level utility that returns the test names for the available tests in a given folder.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXCLUDED_TEST_PROPERTY
public static final String EXCLUDED_TEST_PROPERTY
- See Also:
- Constant Field Values
QUnitTestFinder
public QUnitTestFinder()
findIntegrationTests
public static List<String> findIntegrationTests(List<UploadablePlugin> searchPlugins,
String... directories)
includedTests
public static Set<String> includedTests()
excludedTests
public static Set<String> excludedTests()
getTestList
public static Set<String> getTestList(String propertyName)
Copyright © 2003-2013 Atlassian. All Rights Reserved.