Uses of Interface
com.thoughtworks.gauge.scan.IScanner
-
Packages that use IScanner Package Description com.thoughtworks.gauge.scan com.thoughtworks.gauge.screenshot -
-
Uses of IScanner in com.thoughtworks.gauge.scan
Classes in com.thoughtworks.gauge.scan that implement IScanner Modifier and Type Class Description classCustomClassInitializerScannerclassHooksScannerScans for all Execution Hooks.classStepsScannerScans for step implementations.Methods in com.thoughtworks.gauge.scan with parameters of type IScanner Modifier and Type Method Description voidClasspathScanner. scan(IScanner... scanners) -
Uses of IScanner in com.thoughtworks.gauge.screenshot
Classes in com.thoughtworks.gauge.screenshot that implement IScanner Modifier and Type Class Description classCustomScreenshotScannerScans for a custom screenshot grabber.
-