Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventWithExceptionTest.java396 … private void checkLocation(long expectedClassId, long expectedMethodId, Location actualLocation) { in checkLocation() argument
397 … 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()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java303 …tatic AssertionError argumentsAreDifferent(String wanted, String actual, Location actualLocation) { in argumentsAreDifferent() argument
309 actualLocation, in argumentsAreDifferent()