Package org.spockframework.buildsupport
Class SpecClassFileFinder
java.lang.Object
org.spockframework.buildsupport.SpecClassFileFinder
Finds all class files below a base directory that contain a runnable spec.
- Author:
- Peter Niederwieser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindRunnableSpecs
(File baseDir) boolean
isRunnableSpec
(File file)
-
Constructor Details
-
SpecClassFileFinder
public SpecClassFileFinder()
-
-
Method Details
-
findRunnableSpecs
- Throws:
IOException
-
isRunnableSpec
- Throws:
IOException
-