Susheel
10/21/2021, 10:46 PMval category = mock(Category::class.java)
where Category is the enum. And when I run the test I'm seeing a NoClassDefFoundError
I already added the mock-maker-inline file but any thoughts on what I'm doing wrong here?Damian Zawadzki
10/22/2021, 7:26 AMSusheel
10/22/2021, 5:08 PMTom Hermann
10/25/2021, 7:42 PMTom Hermann
10/25/2021, 7:46 PM