$ Mobile subscribers in Africa Ave spend by mobile subscribers Total market Source: Pyramid Forecast for AME, McKinsey Global Institute, Lions on the move, Jan 2010
is off LED_TurnLockLEDOff(); // WHEN Lock button is pressed KeyBoardHelper_PressLockButton(); // AND scan keyboard StateMachine_Update(); // THEN Lock LED should be on ASSERT_TRUE_MESSAGE(LED_IsRedLockLEDOn(), “Red Lock LED should be on”); }
State Machine Logic Test Press button Update Assert // THEN Lock LED should be on ASSERT_TRUE_MESSAGE(LED_IsRedLockLEDOn(), “Red Lock LED should be on”); Driver Mocks
run_functional_tests.py -c ci.ini tests(INFO): TEST_BLOCK_1.s19 ... ok tests(INFO): TEST_BLOCK_2.s19 ... ok tests(INFO): TEST_BLOCK_3.s19 ... ok tests(INFO): TEST_BLOCK_4.s19 ... ok tests(INFO): TEST_BLOCK_5.s19 ... ok ... tests(INFO): TEST_BLOCK_23.s19 ... ok tests(INFO): Test run passed Triggering a new build of Upload_to_FTP_for_CI #245 Notifying upstream projects of job completion Finished: SUCCESS Console Output