DeviceStatusManagerTest
Tests
| Test |
Duration |
Result |
| getOnlineDevices_returnsOnlyIpsMarkedTrue |
0.127s |
passed |
| isDeviceOnline_whenOnlineAndStale_triggersVerifyAndReturnsTrue |
0.145s |
passed |
| updateDeviceStatus_specialOfflineDevice_alwaysForcesOfflineAndSkipsVerify |
0.110s |
passed |
| updateDeviceStatus_specialOnlineDevice_alwaysForcesOnlineAndSkipsVerify |
0.117s |
passed |
| updateDeviceStatus_unverifiedOffline_triggersVerify |
0.127s |
passed |
| updateDeviceStatus_unverifiedOnlineFromUnknown_setsOnlineAndTriggersVerify |
0.117s |
passed |
| updateDeviceStatus_verifiedUpdate_setsStatusAndUpdatesLastCheckedTimes |
6.819s |
passed |
Standard output
WARNING: No manifest file found at ./AndroidManifest.xml.
Falling back to the Android OS resources only.
To remove this warning, annotate your test class with @Config(manifest=Config.NONE).
If you're using Android Gradle Plugin, add testOptions.unitTests.includeAndroidResources = true to your build.gradle