Uses of Interface
com.googlecode.kevinarpe.papaya.testing.TestClassFinder

Packages that use TestClassFinder
com.googlecode.kevinarpe.papaya.testing Classes for testing 
 

Uses of TestClassFinder in com.googlecode.kevinarpe.papaya.testing
 

Methods in com.googlecode.kevinarpe.papaya.testing that return TestClassFinder
 TestClassFinder TestClassFinderFactory.newInstance()
          Constructs a new instance of TestClassFinder.
 TestClassFinder ITestClassFinderUtils.newInstance()
          Constructs a new instance of TestClassFinder.
 TestClassFinder TestClassFinderUtils.newInstance()
          Constructs a new instance of TestClassFinder.
 TestClassFinder TestClassFinder.withExcludePatterns(List<Pattern> filePathPatternList)
          Constructs a new instance with a new list of patterns used to exclude source files.
 TestClassFinder TestClassFinder.withExcludePatterns(Pattern filePathPattern, Pattern... moreFilePathPatternsArr)
          This is a convenience method to call withExcludePatterns(List).
 TestClassFinder TestClassFinder.withIncludePatterns(List<Pattern> filePathPatternList)
          Constructs a new instance with a new list of patterns used to include source files.
 TestClassFinder TestClassFinder.withIncludePatterns(Pattern filePathPattern, Pattern... moreFilePathPatternsArr)
          This is a convenience method to call withIncludePatterns(List).
 TestClassFinder TestClassFinder.withRootDirPath(File rootDirPath)
          Constructs a new instance with new root directory to use when finding test classes.
 



Copyright © 2013-2014. All Rights Reserved.