mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-10 00:51:19 +01:00
8 lines
147 B
Kotlin
8 lines
147 B
Kotlin
package fake
|
|
|
|
import android.app.Person
|
|
import io.mockk.mockk
|
|
|
|
class FakePersonBuilder {
|
|
val instance = mockk<Person.Builder>(relaxed = true)
|
|
} |