Lines Matching refs:config
68 Application.uninstall(self.config['bundle_name'])
82 self.config = test_suite_taskpool_01_debug
83 websocket = self.config['websocket']
84 taskpool = self.config['taskpool']
85 pid = self.config['pid']
99 main_thread = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], True)
117 assert response['params']['url'] == self.config['file_path']['entry_ability']
123 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['entry_ability']
133 assert response['params']['url'] == self.config['file_path']['index']
139 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
148 worker_thread = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], False)
165 params = debugger.RemoveBreakpointsUrl(self.config['file_path']['index'])
170 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=10),
171 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=17),
172 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=25)]
176 assert response['result']['locations'][0]['id'] == 'id:10:0:' + self.config['file_path']['index']
177 assert response['result']['locations'][1]['id'] == 'id:17:0:' + self.config['file_path']['index']
178 assert response['result']['locations'][2]['id'] == 'id:25:0:' + self.config['file_path']['index']
187 assert response['params']['url'] == self.config['file_path']['index']
191 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
196 params = debugger.RemoveBreakpointsUrl(self.config['file_path']['index'])
201 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=10),
202 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=17),
203 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=25)]
207 assert response['result']['locations'][0]['id'] == 'id:10:0:' + self.config['file_path']['index']
208 assert response['result']['locations'][1]['id'] == 'id:17:0:' + self.config['file_path']['index']
209 assert response['result']['locations'][2]['id'] == 'id:25:0:' + self.config['file_path']['index']
216 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
218 assert response['params']['hitBreakpoints'] == ['id:10:14:' + self.config['file_path']['index']]
234 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
235 assert response['params']['hitBreakpoints'] == ['id:25:4:' + self.config['file_path']['index']]
256 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
257 assert response['params']['hitBreakpoints'] == ['id:17:14:' + self.config['file_path']['index']]