Searched refs:bind_to_tool (Results 1 – 8 of 8) sorted by relevance
46 queue.bind_to_tool(MockTool(log_executive=True))61 queue.bind_to_tool(MockTool())75 ews.bind_to_tool(MockTool())97 ews.bind_to_tool(MockTool())104 ews.bind_to_tool(MockTool())
67 queue.bind_to_tool(tool)149 queue.bind_to_tool(tool)324 queue.bind_to_tool(MockTool())340 queue.bind_to_tool(MockTool())386 queue.bind_to_tool(tool)394 queue.bind_to_tool(MockTool())406 queue.bind_to_tool(MockTool())413 queue.bind_to_tool(MockTool())
41 command.bind_to_tool(MockTool())
47 command.bind_to_tool(tool)
83 command.bind_to_tool(tool)
42 command.bind_to_tool(tool)
74 def bind_to_tool(self, tool): member in Command225 command.bind_to_tool(self)
21172 - Call bind_to_tool to that self.tool works in Command testing.