finder function
Util method used to instantiate a new Finder with the corresponding parameter
Implementation
EveryTestFinder finder(Finder any) => EveryTestFinder(any);
Util method used to instantiate a new Finder with the corresponding parameter
EveryTestFinder finder(Finder any) => EveryTestFinder(any);