DeviceStatusManagerTest
Tests
| Test |
Duration |
Result |
| getOnlineDevices_returnsOnlyIpsMarkedTrue |
0.137s |
passed |
| isDeviceOnline_whenOnlineAndStale_triggersVerifyAndReturnsTrue |
0.160s |
passed |
| updateDeviceStatus_specialOfflineDevice_alwaysForcesOfflineAndSkipsVerify |
0.120s |
passed |
| updateDeviceStatus_specialOnlineDevice_alwaysForcesOnlineAndSkipsVerify |
0.128s |
passed |
| updateDeviceStatus_unverifiedOffline_triggersVerify |
0.141s |
passed |
| updateDeviceStatus_unverifiedOnlineFromUnknown_setsOnlineAndTriggersVerify |
0.127s |
passed |
| updateDeviceStatus_verifiedUpdate_setsStatusAndUpdatesLastCheckedTimes |
9.875s |
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