com.atlassian.confluence.qunit
Class QUnitTestCollector

java.lang.Object
  extended by com.atlassian.confluence.junit3.ClassPathTestCollector
      extended by com.atlassian.confluence.qunit.QUnitTestCollector
All Implemented Interfaces:
TestCollector

public class QUnitTestCollector
extends ClassPathTestCollector

TODO replace uses of ClassPathTestCollector with PathMatchingResourcePatternResolver


Constructor Summary
QUnitTestCollector()
           
 
Method Summary
protected  java.lang.String classNameFromFile(java.lang.String classFileName)
           
protected  boolean isTestClass(java.lang.String classFileName)
           
 
Methods inherited from class com.atlassian.confluence.junit3.ClassPathTestCollector
collectFilesInPath, collectTests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QUnitTestCollector

public QUnitTestCollector()
Method Detail

isTestClass

protected boolean isTestClass(java.lang.String classFileName)
Overrides:
isTestClass in class ClassPathTestCollector

classNameFromFile

protected java.lang.String classNameFromFile(java.lang.String classFileName)
Overrides:
classNameFromFile in class ClassPathTestCollector


Copyright © 2003-2014 Atlassian. All Rights Reserved.