resolveMethod
Resolves the method with the tolerances, more formally the method is searched first using its name. If multiple overloads are found then the method with the most matching parameters according to countMatchingParameters is chosen.
Return
the resolved method
Parameters
the class to search
the expected method name
the minimum required similarity
the expected parameters
the indicator whether to search in super classes as well
See also
Resolves the method with the tolerances, more formally the method is searched first using its name. If multiple overloads are found then the method with the most matching parameters according to countMatchingParameters is chosen.
Return
the resolved method
Parameters
the class to search
the expected method name
the minimum required similarity
the expected parameters
See also
Resolves the method with the tolerances, more formally the method is searched first using its name. If multiple overloads are found then the method with the most matching parameters according to countMatchingParameters is chosen.
Return
the resolved method
Parameters
the minimum required similarity
See also
Resolves the method with the tolerances, more formally the method is searched first using its name. If multiple overloads are found then the method with the most matching parameters according to countMatchingParameters is chosen.
Return
the resolved method