示例#1
0
 def addInstrumentation(self, test, data):
     # type: (TestCase, Dict[str, Any]) -> None
     append_instrumentation_data(data)
示例#2
0
 def addInstrumentation(self, test: TestCase, data: Dict[str, Any]) -> None:
     append_instrumentation_data(data)
示例#3
0
 def addInstrumentation(self, test: TestCase, data: Dict[str, Any]) -> None:
     append_instrumentation_data(data)
示例#4
0
 def addInstrumentation(self, test, data):
     # type: (TestCase, Dict[str, Any]) -> None
     append_instrumentation_data(data)