Package org.mockito.invocation
Interface Location
Describes the location of something in the source code.
-
Method Summary
Modifier and TypeMethodDescriptionSource file of this locationtoString()
Human readable location in the source code, seeInvocation.getLocation()
-
Method Details
-
toString
String toString()Human readable location in the source code, seeInvocation.getLocation()
-
getSourceFile
String getSourceFile()Source file of this location- Returns:
- source file
- Since:
- 2.24.6
-