![]() Issue: It is not possible to use function without return when matching steps, resulting in a lot of Nil only error returns. Fix: Allows to provide empty result function by correctly matching reflect Calls on step Handler. When nothing is returned by the Handler, it will return nil as if errors was nil. |
||
---|---|---|
.. | ||
feature.go | ||
feature_test.go | ||
results.go | ||
results_test.go | ||
stepdef.go | ||
stepdef_test.go |