public abstract class AbstractFixtureScanner extends Object implements FixtureScanner
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isFixtureFile(File file)
Check the file is a fixture file or not.
|
List<File> |
scan(Location location)
Find all fixture files in the location.
|
public List<File> scan(Location location)
FixtureScannerscan in interface FixtureScannerprotected boolean isFixtureFile(File file)
file - true if the file is a fixture file.Copyright © 2018. All rights reserved.