I have a “View Model" that requires a data class f...
# spek
j
I have a “View Model" that requires a data class for input. Don’t care about everything the data class contains, so I thought I could mock it, rather then create a concrete object, and then just return values using the when operator when I need to