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