Searched refs:actualLocation (Results 1 – 2 of 2) sorted by relevance
396 … private void checkLocation(long expectedClassId, long expectedMethodId, Location actualLocation) { in checkLocation() argument397 … if (expectedClassId != actualLocation.classID || expectedMethodId != actualLocation.methodID) { in checkLocation()400 String actualClassName = getClassSignature(actualLocation.classID); in checkLocation()401 … String actualMethodName = getMethodName(actualLocation.classID, actualLocation.methodID); in checkLocation()405 … actualClassName, actualMethodName, actualLocation.classID, actualLocation.methodID)); in checkLocation()
303 …tatic AssertionError argumentsAreDifferent(String wanted, String actual, Location actualLocation) { in argumentsAreDifferent() argument309 actualLocation, in argumentsAreDifferent()