I need to verify if bar function is called or not using MockK library.
bar
MyFile.kt
fun foo() { bar() } private fun bar() { ... }