Lines Matching refs:config
67 Application.uninstall(self.config['bundle_name'])
81 self.config = test_suite_taskpool_01
82 websocket = self.config['websocket']
83 taskpool = self.config['taskpool']
84 pid = self.config['pid']
88 Application.attach(self.config['bundle_name'])
99 main_thread = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], True)
104 worker_thread = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], False)
133 params = debugger.RemoveBreakpointsUrl(self.config['file_path']['index'])
138 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=10),
139 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=17),
140 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=25)]
144 assert response['result']['locations'][0]['id'] == 'id:10:0:' + self.config['file_path']['index']
145 assert response['result']['locations'][1]['id'] == 'id:17:0:' + self.config['file_path']['index']
146 assert response['result']['locations'][2]['id'] == 'id:25:0:' + self.config['file_path']['index']
155 assert response['params']['url'] == self.config['file_path']['index']
159 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
164 params = debugger.RemoveBreakpointsUrl(self.config['file_path']['index'])
169 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=10),
170 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=17),
171 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=25)]
175 assert response['result']['locations'][0]['id'] == 'id:10:0:' + self.config['file_path']['index']
176 assert response['result']['locations'][1]['id'] == 'id:17:0:' + self.config['file_path']['index']
177 assert response['result']['locations'][2]['id'] == 'id:25:0:' + self.config['file_path']['index']
184 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
186 assert response['params']['hitBreakpoints'] == ['id:10:14:' + self.config['file_path']['index']]
202 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
203 assert response['params']['hitBreakpoints'] == ['id:25:4:' + self.config['file_path']['index']]
224 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
225 assert response['params']['hitBreakpoints'] == ['id:17:14:' + self.config['file_path']['index']]