gives method
method used to specify which value is expected for the specified parameter
Implementation
EveryTestParameter gives(dynamic expectedValue) {
expected = expectedValue;
return this;
}
method used to specify which value is expected for the specified parameter
EveryTestParameter gives(dynamic expectedValue) {
expected = expectedValue;
return this;
}