matches method
Util method used to store param and golden file name
Implementation
EveryTestFinder matches(dynamic param, String goldenFile) {
value = param;
golden = goldenFile;
return this;
}
Util method used to store param and golden file name
EveryTestFinder matches(dynamic param, String goldenFile) {
value = param;
golden = goldenFile;
return this;
}