anyone provide any assistance on this
# mockk
n
anyone provide any assistance on this
l
Could you show us a code snippet?
I've never had any problems with Mockk + Lateinit properties
n
yes
fun gotoEmailConfirmation(update: Boolean){ view.gotoEmailConfirmation(update,email) }
email filed is private lateinit var in class
private lateinit var email : String
it's passed to function as a parm
@LeoColman
l
Could you please give me some more details? Maybe create a very simple and complete class, and show me a test for it?
n
ok
I ll catch you latr