Gradle Test Run :app:testDevDebugUnitTest

DeviceRepositoryImplTest

summary

9

tests

0

failures

0

skipped

0.253s

duration

100%

successful

Child Tests Failures Skipped Duration Success rate
checkBanStatus returns device ban 1 0 0 0.021s 100%
checkBanStatus returns network ban 1 0 0 0.026s 100%
checkBanStatus returns not banned on API exception 1 0 0 0.024s 100%
checkBanStatus returns not banned when banStatus isBanned is false 1 0 0 0.020s 100%
resolveDeviceLock defaults to ALLOWED when status is absent (fail-open on a malformed but successful response) 1 0 0 0.027s 100%
resolveDeviceLock maps status=allowed to ALLOWED 1 0 0 0.013s 100%
resolveDeviceLock maps status=locked to LOCKED 1 0 0 0.018s 100%
resolveDeviceLock POSTs to the lock-check path with the deviceId in the body 1 0 0 0.054s 100%
resolveDeviceLock returns Error on API exception (lenient — VM proceeds) 1 0 0 0.025s 100%