assertSameSignature

public static void assertSameSignature<T extends MethodLink>(T expected, T actual, boolean verifyTypeParameters, Array<Modifier> ignoredModifiers)(source)

Asserts that the given MethodLink has the same signature as the given MethodLink.

Parameters

expected

a MethodLink to compare against

actual

a MethodLink to check

verifyTypeParameters

whether to verify the type parameters

ignoredModifiers

modifiers to ignore

<T>

the type of the MethodLink


public void assertSameSignature(MethodLink expected, MethodLink actual)(source)

Asserts that the given MethodLink has the same signature as the given MethodLink.

Parameters

expected

the MethodLink to compare against

actual

the MethodLink to check