예제 #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)