File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
prometheus-metrics-model/src/test/java/io/prometheus/metrics/model/snapshots Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11package io .prometheus .metrics .model .snapshots ;
22
3- import io .prometheus .metrics .config .EscapingScheme ;
4- import org .junit .jupiter .api .Test ;
5- import org .junit .jupiter .params .ParameterizedTest ;
6- import org .junit .jupiter .params .provider .Arguments ;
7- import org .junit .jupiter .params .provider .MethodSource ;
8-
9- import java .util .stream .Stream ;
10-
113import static io .prometheus .metrics .model .snapshots .PrometheusNames .escapeName ;
124import static io .prometheus .metrics .model .snapshots .PrometheusNames .isValidLabelName ;
135import static io .prometheus .metrics .model .snapshots .PrometheusNames .prometheusName ;
1911import static org .assertj .core .api .Assertions .assertThat ;
2012import static org .assertj .core .api .Assertions .assertThatExceptionOfType ;
2113
14+ import io .prometheus .metrics .config .EscapingScheme ;
15+ import java .util .stream .Stream ;
16+ import org .junit .jupiter .api .Test ;
17+ import org .junit .jupiter .params .ParameterizedTest ;
18+ import org .junit .jupiter .params .provider .Arguments ;
19+ import org .junit .jupiter .params .provider .MethodSource ;
20+
2221class PrometheusNamesTest {
2322
2423 @ Test
You can’t perform that action at this time.
0 commit comments