assertMethodNotNull

public static void assertMethodNotNull(Method m, String name)(source)

Tests whether the specified method is not null.

Parameters

m

the method to check

name

the expected method name of the method to check