Home
last modified time | relevance | path

Searched refs:checkTwoParameters_withMetadata (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DParameterTest.java255 checkTwoParameters_withMetadata(constructor); in testTwoParameterConstructor_withMetadata()
261 checkTwoParameters_withMetadata(method); in testTwoParameterMethod_withMetadata()
264 private static void checkTwoParameters_withMetadata(Executable executable) { in checkTwoParameters_withMetadata() method in ParameterTest