net.thucydides.junit.finder
Class NormalTestFinder

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

public class NormalTestFinder
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
NormalTestFinder(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

NormalTestFinder

public NormalTestFinder(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.