DeviceStatusManagerTest
Tests
| Test |
Duration |
Result |
| getOnlineDevices_returnsOnlyIpsMarkedTrue |
0.139s |
passed |
| isDeviceOnline_whenOnlineAndStale_triggersVerifyAndReturnsTrue |
0.181s |
passed |
| updateDeviceStatus_specialOfflineDevice_alwaysForcesOfflineAndSkipsVerify |
0.145s |
passed |
| updateDeviceStatus_specialOnlineDevice_alwaysForcesOnlineAndSkipsVerify |
0.138s |
passed |
| updateDeviceStatus_unverifiedOffline_triggersVerify |
0.206s |
passed |
| updateDeviceStatus_unverifiedOnlineFromUnknown_setsOnlineAndTriggersVerify |
0.168s |
passed |
| updateDeviceStatus_verifiedUpdate_setsStatusAndUpdatesLastCheckedTimes |
9.586s |
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