pachli-android/core/network-test
Nik Clayton 9b99a78d1f
test: Ensure that all relevant MastodonAPI methods are stubbed (#1001)
Tests that rely on stubbing the MastodonAPI may have incorrect behaviour
if some of the API methods called by the system-under-test are not
stubbed. This can be difficult to track down.

Make this easier by adding a default answer for the MastodonAPI used in
tests. Any un-stubbed methods will throw an `AssertionError` with enough
information to identify the method that should be stubbed and where it
was called from.
2024-10-13 17:18:54 +02:00
..
src/main test: Ensure that all relevant MastodonAPI methods are stubbed (#1001) 2024-10-13 17:18:54 +02:00
build.gradle.kts fix: Prevent crash when Pachli is a share target (#659) 2024-04-28 18:19:13 +02:00
lint-baseline.xml fix: Prevent crash when Pachli is a share target (#659) 2024-04-28 18:19:13 +02:00
proguard-rules.pro fix: Prevent crash when Pachli is a share target (#659) 2024-04-28 18:19:13 +02:00