When I try to unit Test with robolectric, I got errors, I think it is about mocking...
I can not call as TicketView class and mock.
Error:
error: attribute ticketBorderColor (aka com.component.test:ticketBorderColor) not found.
How can we mock the view?
When I try to unit Test with robolectric, I got errors, I think it is about mocking...
I can not call as TicketView class and mock.
Error:
How can we mock the view?