com.atlassian.confluence.test.qunit
Class JarTestCollector

java.lang.Object
  extended by com.atlassian.confluence.test.qunit.JarTestCollector
All Implemented Interfaces:
TestCollector

public class JarTestCollector
extends Object
implements TestCollector

Collects tests from the specified jar file.


Constructor Summary
JarTestCollector(String baseTestDir, File jar)
           
 
Method Summary
 Enumeration collectTests()
          Returns an enumeration of Strings with qualified class names
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarTestCollector

public JarTestCollector(String baseTestDir,
                        File jar)
Method Detail

collectTests

public Enumeration collectTests()
Description copied from interface: TestCollector
Returns an enumeration of Strings with qualified class names

Specified by:
collectTests in interface TestCollector


Copyright © 2003-2012 Atlassian. All Rights Reserved.