DeviceStatusManagerTest
Tests
| Test |
Duration |
Result |
| getOnlineDevices_returnsOnlyIpsMarkedTrue |
0.119s |
passed |
| isDeviceOnline_whenOnlineAndStale_triggersVerifyAndReturnsTrue |
0.162s |
passed |
| updateDeviceStatus_specialOfflineDevice_alwaysForcesOfflineAndSkipsVerify |
0.133s |
passed |
| updateDeviceStatus_specialOnlineDevice_alwaysForcesOnlineAndSkipsVerify |
0.131s |
passed |
| updateDeviceStatus_unverifiedOffline_triggersVerify |
0.145s |
passed |
| updateDeviceStatus_unverifiedOnlineFromUnknown_setsOnlineAndTriggersVerify |
0.135s |
passed |
| updateDeviceStatus_verifiedUpdate_setsStatusAndUpdatesLastCheckedTimes |
6.899s |
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