gives method

EveryTestParameter gives(
  1. dynamic expectedValue
)

method used to specify which value is expected for the specified parameter

Implementation

EveryTestParameter gives(dynamic expectedValue) {
  expected = expectedValue;
  return this;
}