All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.zegreatrob.minspy.SpyData.kt Maven / Gradle / Ivy

There is a newer version: 12.1.41
Show newest version
package com.zegreatrob.minspy

class SpyData : Spy {
    override val spyReturnWhenGivenValues = mutableMapOf()
    override val spyReceivedValues = mutableListOf()
    override val spyReturnValues = mutableListOf()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy