Home
last modified time | relevance | path

Searched defs:testInfos (Results 1 – 4 of 4) sorted by relevance

/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/
DTestInfo.java128 static ImmutableList<TestInfo> shortenNamesIfNecessary(List<TestInfo> testInfos) { in shortenNamesIfNecessary()
180 static ImmutableList<TestInfo> deduplicateTestNames(List<TestInfo> testInfos) { in deduplicateTestNames()
204 private static ImmutableList<TestInfo> maybeAddTypesIfDuplicate(List<TestInfo> testInfos) { in maybeAddTypesIfDuplicate()
DTestParametersMethodProcessor.java122 ImmutableList.Builder<TestInfo> testInfos = ImmutableList.builder(); in processTest() local
DPluggableTestRunner.java233 ImmutableList<TestInfo> testInfos = in processMethod() local
DTestParameterAnnotationMethodProcessor.java664 ImmutableList.Builder<TestInfo> testInfos = ImmutableList.builder(); in processTest() local