getMethod

@safe
template getMethod (
string name
) {}

Members

Aliases

getMethod
alias getMethod = method[0]
Undocumented in source.
getMethod
alias getMethod = void
Undocumented in source.

Parameters

T

Scenario class

name

the action member function

Return Value

method in a scenario class void if no member has been found

Meta