29303132333435363738
new SimpleMetric(null, 0); } @Test public void test() { Metric metric = new SimpleMetric(MetricType.FILTER_COUNT, 3); assertEquals(3, metric.getValue()); assertEquals(MetricType.FILTER_COUNT, metric.getType()); }