Lines Matching refs:config
71 Application.uninstall(self.config['bundle_name'])
85 self.config = test_suite_worker_01
86 websocket = self.config['websocket']
87 taskpool = self.config['taskpool']
88 pid = self.config['pid']
92 Application.attach(self.config['bundle_name'])
103 main_thread = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], True)
108 worker_thread_1 = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], False)
110 worker_thread_2 = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], False)
142 params = debugger.RemoveBreakpointsUrl(self.config['file_path']['index'])
147 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=53),
148 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=57)]
152 assert response['result']['locations'][0]['id'] == 'id:53:0:' + self.config['file_path']['index']
153 assert response['result']['locations'][1]['id'] == 'id:57:0:' + self.config['file_path']['index']
162 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
163 assert response['params']['hitBreakpoints'] == ['id:53:16:' + self.config['file_path']['index']]
173 params = debugger.RemoveBreakpointsUrl(self.config['file_path']['worker'])
178 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['worker'], line_number=11)]
182 assert response['result']['locations'][0]['id'] == 'id:11:0:' + self.config['file_path']['worker']
189 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
190 assert response['params']['hitBreakpoints'] == ['id:57:20:' + self.config['file_path']['index']]
194 worker_thread_2 = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], False)
210 assert response['params']['url'] == self.config['file_path']['worker']
214 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['worker']
219 params = debugger.RemoveBreakpointsUrl(self.config['file_path']['worker'])
224 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['worker'], line_number=11)]
228 assert response['result']['locations'][0]['id'] == 'id:11:0:' + self.config['file_path']['worker']
239 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
241 assert response['params']['hitBreakpoints'] == ['id:57:20:' + self.config['file_path']['index']]
244 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['worker']
253 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['worker']
255 assert response['params']['hitBreakpoints'] == ['id:11:4:' + self.config['file_path']['worker']]
270 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
275 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['worker']
277 assert response['params']['hitBreakpoints'] == ['id:11:4:' + self.config['file_path']['worker']]
294 assert response['instanceId'] != self.config['pid']
296 assert response['instanceId'] != self.config['pid']