Searched refs:TestableCollector (Results 1 – 1 of 1) sorted by relevance
1895 public static class TestableCollector extends BaseDeviceMetricCollector { class in TestInvocationTest1900 public TestableCollector() {} in TestableCollector() method in TestInvocationTest.TestableCollector1902 public TestableCollector(String name) { in TestableCollector() method in TestInvocationTest.TestableCollector1932 collectors.add(new TestableCollector("collector1")); in testMetricCollectionChain()1933 collectors.add(new TestableCollector("collector2")); in testMetricCollectionChain()1934 collectors.add(new TestableCollector("collector3")); in testMetricCollectionChain()1935 collectors.add(new TestableCollector("collector4")); in testMetricCollectionChain()1975 collectors.add(new TestableCollector("collector1")); in testMetricCollectionChain_disabled()1976 collectors.add(new TestableCollector("collector2")); in testMetricCollectionChain_disabled()1978 TestableCollector col3 = new TestableCollector("collector3"); in testMetricCollectionChain_disabled()[all …]