mockk-dsl
1.13.2
common
mockk-dsl
/
io.mockk
/
StackElement
Stack
Element
common
data
class
StackElement
(
val
className
:
String
,
val
fileName
:
String
,
val
methodName
:
String
,
val
line
:
Int
,
val
nativeMethod
:
Boolean
)
Content copied to clipboard
Element of stack trace.
Constructors
Properties
Constructors
Stack
Element
Link copied to clipboard
common
fun
StackElement
(
className
:
String
,
fileName
:
String
,
methodName
:
String
,
line
:
Int
,
nativeMethod
:
Boolean
)
Content copied to clipboard
Properties
class
Name
Link copied to clipboard
common
val
className
:
String
Content copied to clipboard
file
Name
Link copied to clipboard
common
val
fileName
:
String
Content copied to clipboard
line
Link copied to clipboard
common
val
line
:
Int
Content copied to clipboard
method
Name
Link copied to clipboard
common
val
methodName
:
String
Content copied to clipboard
native
Method
Link copied to clipboard
common
val
nativeMethod
:
Boolean
Content copied to clipboard