Home
last modified time | relevance | path

Searched refs:TesterTestCase (Results 1 – 1 of 1) sorted by relevance

/external/lldb/examples/python/
Dperformance.py285 class TesterTestCase(TestCase): class
313 …self.user_actions.append (BreakpointAction(breakpoint=bp, callback=TesterTestCase.BreakpointHit, c…
314 …self.user_actions.append (PlanCompleteAction(callback=TesterTestCase.PlanComplete, callback_owner=…
328 test = TesterTestCase()