cashapp / paparazzi

Render your Android screens without a physical device or emulator
https://cashapp.github.io/paparazzi/
Apache License 2.0
2.28k stars 214 forks source link

Remove JUnit usages from files in main source set #1437

Closed jrodbx closed 4 months ago

jrodbx commented 4 months ago

The paparazzi module has been designed as a JUnit rule, so it's been tempting to use Junit assertions in both test sources as well as main sources. However, moving core classes out into an SDK non-JUnit module reveals the tight coupling in some classes, so let's fix that.