addParameter

public void addParameter(Array<ParameterMatcher> parameterMatchers)(source)

Adds an expected parameters' matcher to this tester.

Parameters

parameterMatchers

the parameters' matcher to add


public void addParameter(Class<? extends Object> type, String name, double similarity)(source)

Adds an expected parameters' matcher to this tester.

Parameters

type

the type of the expected parameter type

name

the name of the parameter to match

similarity

the minimum required similarity


public void addParameter(Class<? extends Object> type)(source)

Adds an expected parameter matchers to this tester.

Parameters

type

the type of the expected parameter type