Searched refs:map (Results 1 – 21 of 21) sorted by relevance
91 Map<String, String> map = getStringMetrics(); in createBundleFromMetrics() local93 for (String key : map.keySet()) { in createBundleFromMetrics()94 b.putString(key, map.get(key)); in createBundleFromMetrics()
58 .map(String::trim) in setupAdditionalArgs()
96 return this.assertions.stream().map(p -> p.name).collect(Collectors.joining(" and ")); in getName()102 this.assertions.stream().map(p -> p.apply(t)).collect(Collectors.toList()); in apply()109 .map(p -> p.reason) in apply()112 Optional<Long> timestamp = assertionResults.stream().map(p -> p.timestamp).findFirst(); in apply()115 .map(p -> new Result(passed, p, this.getName(), reason)) in apply()
185 .map(NamedAssertion::getName) in assertChanges()192 .map(NamedAssertion::getName) in assertChanges()221 .flatMap(assertion -> entries.stream().map(assertion).filter(Result::failed)) in assertAll()
131 failures.stream().map(Result::toString).collect(Collectors.joining("\n")); in test()
149 failures.stream().map(Result::toString).collect(Collectors.joining("\n")); in test()
230 .map(node -> Integer.toString(node.getId())) in fromFlattenedLayers()
145 .map(Configuration.Scenario::getJourney) in getTestSequenceFromConfiguration()146 .map( in getTestSequenceFromConfiguration()162 .map(Runner::getDescription) in getTestSequenceFromConfiguration()163 .map(Description::getDisplayName) in getTestSequenceFromConfiguration()
175 .map(f -> Pattern.compile(f).matcher(name)) in isIgnored()
66 .map(entry -> entryToString(entry)) in getMessage()
58 .map(u -> Collections.nCopies(iterations, u)) in apply()
77 .map( in main()
79 .map(layer -> layer.mProto.name) in canParseAllLayers()102 .map(layer -> layer.mProto.name) in canParseVisibleLayers()
125 List<String> outputDescriptions = output.stream().map(r -> in testProfileOrderingRespected()
105 testRuns.stream().map(l -> l.get(0)).collect(Collectors.toList())); in testSequentialOrderRespected()
281 .map(i -> i.getClass().getName()) in getAll()
86 .map( in initListener()
277 .map(appName -> mDevice.hasObject(APP_OPEN_VERIFIERS.get(appName))) in waitUntilOneOfTheAppOpen()
427 .map(s -> s.trim()) in getConfigsFromOption()
362 captor.getAllValues().stream().map(Touch::new).collect(Collectors.toList()); in verifyTouches()