This repository aims to bridge the gap between JUnit 5 and Robolectric, enabling developers to leverage the benefits of both frameworks for unit testing Android applications. While Robolectric currently lacks a dedicated JUnit 5 extension, this project proposes a community-driven solution to achieve seamless integration.
Apache License 2.0
51
stars
2
forks
source link
README doesn't explain how to "Enable JUnit Platform Launcher Interceptors" #89
Yeah, I should update the readme to make it clearer. If you apply the plugin as described in the README.md, it will enable the JUnit Platform Launcher Interceptors.
In the README it says to "Enable JUnit Platform Launcher Interceptors" but doesn't say how to or point to any other documentation for how to do this.