Description

This test validates that all of the BatteryManager attributes exist and are set to their correct values when battery is full.

Preconditions

  1. The device is plugged in to the charger before this test is run.
  2. The battery is full.

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassBattery Test: battery full, charger plugged in
Asserts run
Pass
assert_true(true, "charging must be set to true")
    at Test.<anonymous> ( /battery-status/battery-full-manual.https.html:30:7)
Pass
assert_equals(0, 0, "chargingTime must be set to 0")
    at Test.<anonymous> ( /battery-status/battery-full-manual.https.html:31:7)
Pass
assert_equals(Infinity, Infinity, "dischargingTime must be set to Infinity")
    at Test.<anonymous> ( /battery-status/battery-full-manual.https.html:32:7)
Pass
assert_equals(1, 1, "level must be set to 1.0")
    at Test.<anonymous> ( /battery-status/battery-full-manual.https.html:33:7)