Go to the source code of this file.
Functions | |
| function | checkPropertyBag (aBag, aParams) |
| Device tests - Mock device. More... | |
Variables | |
| const | TEST_RUNNING = 0 |
| const | TEST_COMPLETED = 1 |
| const | TEST_FAILED = 2 |
| var | testStatus = TEST_RUNNING |
| var | testFailMessage = "" |
| function checkPropertyBag | ( | aBag, | |
| aParams | |||
| ) |
Device tests - Mock device.
Definition at line 38 of file test_device_mock.js.
| const TEST_COMPLETED = 1 |
Definition at line 27 of file test_device_mock.js.
| const TEST_FAILED = 2 |
Definition at line 28 of file test_device_mock.js.
| const TEST_RUNNING = 0 |
Definition at line 26 of file test_device_mock.js.
| var testFailMessage = "" |
Definition at line 31 of file test_device_mock.js.
| var testStatus = TEST_RUNNING |
Definition at line 30 of file test_device_mock.js.