toggle menu
mockk-dsl
1.13.10
common
switch theme
search in API
mockk-dsl
/
io.mockk
/
MockKMatcherScope
/
neq
neq
inline
fun
<
T
:
Any
>
neq
(
value
:
T
)
:
T
Matches if the value is not equal to the provided
value
via the
deepEquals
function.