square / burst

A unit testing library for varying test data.
Apache License 2.0
464 stars 29 forks source link

Burst with Robolectric? #59

Closed Kisty closed 3 years ago

Kisty commented 8 years ago

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!

JakeWharton commented 8 years ago

There is currently no way. #32 was an attempt but it never was completed.

JakeWharton commented 3 years ago

No plans. We are ceasing development in favor of TestParameterInjector.