net.thucydides.junit.finder
Class DefaultTestFinder

Package class diagram package DefaultTestFinder
java.lang.Object
  extended by net.thucydides.junit.finder.TestFinder
      extended by net.thucydides.junit.finder.DefaultTestFinder

public class DefaultTestFinder
extends TestFinder

Returns all of the Thucydides classes under the specified package.


Field Summary
 
Fields inherited from class net.thucydides.junit.finder.TestFinder
rootPackage
 
Constructor Summary
DefaultTestFinder(String rootPackage)
           
 
Method Summary
 int countTestMethods()
           
 List<Class<?>> getClasses()
           
 
Methods inherited from class net.thucydides.junit.finder.TestFinder
findTestMethods, getAllTestClasses, getAllTestMethods, getDataDrivenTestClasses, getNormalTestClasses, sorted, thatFinds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTestFinder

public DefaultTestFinder(String rootPackage)
Method Detail

getClasses

public List<Class<?>> getClasses()
Specified by:
getClasses in class TestFinder

countTestMethods

public int countTestMethods()
Specified by:
countTestMethods in class TestFinder


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.