cucumber-d ~master (2022-04-09T15:34:25.2419282)
Dub
Repo
whenAdds3
tests
calculator
steps
Undocumented in source. Be warned that the author may not have intended to support it.
@
When
(`the calculator adds up "([0-9.]+)", "([0-9.]+)" and "([0-9.]+)"`)
void
whenAdds3
(
in
double
a
,
in
double
b
,
in
double
c
)
Meta
Source
See Implementation
tests
calculator
steps
functions
andAddsUp
butDoesNot
calculatorComputesPi
calculatorReturns
initCalculator
thenReturnsPi
whenAdds3
whenAddsUp