Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/regression/tests/
DDetectRegressionTest.java145 ArgumentCaptor<List<TableRow>> runResultCaptor = ArgumentCaptor.forClass(List.class); in testRunRegressionDetection() local
153 runResultCaptor.capture(), in testRunRegressionDetection()
156 List<TableRow> runResults = runResultCaptor.getValue(); in testRunRegressionDetection()