Package org.spockframework.buildsupport
Class SpecClassFileFinder
- java.lang.Object
-
- org.spockframework.buildsupport.SpecClassFileFinder
-
public class SpecClassFileFinder extends java.lang.Object
Finds all class files below a base directory that contain a runnable spec.- Author:
- Peter Niederwieser
-
-
Constructor Summary
Constructors Constructor Description SpecClassFileFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.io.File>
findRunnableSpecs(java.io.File baseDir)
boolean
isRunnableSpec(java.io.File file)
-