Jared Burrows
Jared Burrows
@sromku any update on this?
@sromku Once that is in, people can move to this new framework easily who are already using Small/Medium/Large.
@dcendents One thanks!
Update to `23.2.1`
@JorgeDLS Yes. I am just adding comments. I want to see this repo active again.
@bjoernQ Thanks for the quick reply. How could I easily convert this dummy test https://github.com/jaredsburrows/android-gradle-java-app-template/blob/master/src/test/java/burrows/apps/example/template/activity/MainActivityTest.java#L19? This example uses `buildActivity` which has the following methods: https://github.com/robolectric/robolectric/blob/2b8010475caaadae9dc70bc5bca3e5a5ada84ead/robolectric/src/main/java/org/robolectric/util/ActivityController.java#L122 How can we instrument the...
@bjoernQ Exactly. I love Robolectric but sometimes memory usage and missing shadows can cause issues in the unit tests. It would be nice just to unit test against the real...
@bjoernQ Thanks for the example! Why do you have to mock anything if we are using the `unmock` plugin? Isn't that the point of this plugin so we do not...
@bjoernQ Once again, thank you for your explanation! Maybe we can start with more pull requests to add more examples?