com.atlassian.confluence.test.qunit
Class QUnitTestFinder

java.lang.Object
  extended by 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.


Field Summary
static String EXCLUDED_TEST_PROPERTY
           
 
Constructor Summary
QUnitTestFinder()
           
 
Method Summary
static Set<String> excludedTests()
           
static List<String> findIntegrationTests(List<UploadablePlugin> searchPlugins, String... directories)
           
static Set<String> getTestList(String propertyName)
           
static Set<String> includedTests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCLUDED_TEST_PROPERTY

public static final String EXCLUDED_TEST_PROPERTY
See Also:
Constant Field Values
Constructor Detail

QUnitTestFinder

public QUnitTestFinder()
Method Detail

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-2012 Atlassian. All Rights Reserved.