Searched refs:listKeys (Results 1 – 1 of 1) sorted by relevance
1952 List<String> listKeys = new ArrayList<>(captured.getValue().keySet()); in testMetricCollectionChain() local1953 assertEquals(4, listKeys.size()); in testMetricCollectionChain()1954 assertEquals("collector4", listKeys.get(0)); in testMetricCollectionChain()1955 assertEquals("collector3", listKeys.get(1)); in testMetricCollectionChain()1956 assertEquals("collector2", listKeys.get(2)); in testMetricCollectionChain()1957 assertEquals("collector1", listKeys.get(3)); in testMetricCollectionChain()1998 List<String> listKeys = new ArrayList<>(captured.getValue().keySet()); in testMetricCollectionChain_disabled() local1999 assertEquals(3, listKeys.size()); in testMetricCollectionChain_disabled()2000 assertEquals("collector4", listKeys.get(0)); in testMetricCollectionChain_disabled()2001 assertEquals("collector2", listKeys.get(1)); in testMetricCollectionChain_disabled()[all …]