svoid test_hasMethodNamed() { assertEqualsVerbose(true, hasMethodName("", "length")); assertEqualsVerbose(false, hasMethodName("", "lengthX")); }