Searched refs:supportGranularResults (Results 1 – 10 of 10) sorted by relevance
62 static boolean supportGranularResults(ITestInvocationListener listener) { in supportGranularResults() method in TestListeners67 return ((ISupportGranularResults) listener).supportGranularResults(); in supportGranularResults()
203 public boolean supportGranularResults() { in supportGranularResults() method in ForwardingTestListener204 return TestListeners.supportGranularResults(delegate()); in supportGranularResults()
27 public boolean supportGranularResults(); in supportGranularResults() method
121 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding()259 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_emptyModule()371 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_newResult()520 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_assumptionFailure()667 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_runFailure()780 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_runFailure_noRerun()882 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_runFailure_aggregation()1025 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_noModules()1136 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_singleRun_noModules_runFailures()1247 when(mDetailedListener.supportGranularResults()).thenReturn(true); in testForwarding_noModules_runFailures()[all …]
52 public boolean supportGranularResults() { in supportGranularResults() method in ReportPassedTests
102 public boolean supportGranularResults() { in supportGranularResults() method in LUCIResultReporter
87 public boolean supportGranularResults() { in supportGranularResults() method in SubprocessResultsReporter
101 .supportGranularResults())) in ResultAggregator()110 .supportGranularResults()) in ResultAggregator()
79 public boolean supportGranularResults() { in supportGranularResults() method in ShardListener
84 public boolean supportGranularResults() { in supportGranularResults() method in ProtoResultReporter