Skip to content

Instantly share code, notes, and snippets.

View iroman89's full-sized avatar

Igor Román iroman89

View GitHub Profile
@iroman89
iroman89 / Data.kt
Last active May 13, 2022 05:27
Test for capture value returned on lambda with MockK
data class CryptoData(val id : Int)
data class CryptoDataView(val id : Int)