Is it possible to get burst working with Robolectric? I realise that adding two test runners would fail but have seen here that if one can be a rule, then both should be OK to run together.
I've looked for a TestRule for Robolectric but can't find one and looked for one in this project but same problem. Any idea how to get them both working or how to write a rule for one or the other?
Is it possible to get burst working with Robolectric? I realise that adding two test runners would fail but have seen here that if one can be a rule, then both should be OK to run together.
I've looked for a TestRule for Robolectric but can't find one and looked for one in this project but same problem. Any idea how to get them both working or how to write a rule for one or the other?
Cheers!