Android mock TextUtils.CHAR_SEQUENCE_CREATOR with out Robolectric

15 Views Asked by At

Trying to remove Robolectric from test cases.

Stuck with references to TextUtils.CHAR_SEQUENCE_CREATOR which is null without Robolectric.

Any ideas on how to mock a static final field in android tests? Can't use any more libraries, have to remove robo.

0

There are 0 best solutions below