| java.lang.Object |
| ↳ |
junit.runner.ClassPathTestCollector |
| |
↳ |
com.atlassian.confluence.test.qunit.QUnitTestCollector |
Class Overview
Finds all Javascript Test files (*.js files under baseTestDir) in the classpath (non-jar files)
and in the specified jar files.
Summary
|
[Expand]
Inherited Methods |
From class
junit.runner.ClassPathTestCollector
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
junit.runner.TestCollector
|
Public Constructors
Public Methods
Protected Methods
protected
boolean
isTestClass
(String classFileName)