Matt Thompson
Matt Thompson
### Expected Behavior I should be able to mock or stub out a `Date` object in Android instrumentation tests like I can on JVM tests ### Current Behavior Instrumentation tests...
### Failure Information (for bugs) When running tests on CI, an exception gets thrown when trying to create mock lambdas because a class definition already exists. As a temporary workaround,...
### Expected Behavior I would expect `verify` to only work with mocks and spies, and not to succeed with a false positive on non-mocked functions that may or may not...
In `ZoomHelper.kt` the `zoomableView` reference is cleared in `onDismissDialog`, however the `zoomableViewParent` reference is never cleared, so it still exists after the Fragment is destroyed. This field should be set...
Hello, I posted this issue to the kit repo [here](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/issues/114), but reposting on the main repo for visibility. Looking at the diff between these versions, I did notice some changes...