matches method

EveryTestFinder matches(
  1. dynamic param,
  2. String goldenFile
)

Util method used to store param and golden file name

Implementation

EveryTestFinder matches(dynamic param, String goldenFile) {
  value = param;
  golden = goldenFile;
  return this;
}