File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
test/framework/src/main/java/org/elasticsearch/test/rest Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 139139import static org .elasticsearch .test .MapMatcher .matchesMap ;
140140import static org .elasticsearch .test .rest .TestFeatureService .ALL_FEATURES ;
141141import static org .elasticsearch .xcontent .ToXContent .EMPTY_PARAMS ;
142- import static org .hamcrest .Matchers .*;
142+ import static org .hamcrest .Matchers .anyOf ;
143+ import static org .hamcrest .Matchers .containsString ;
144+ import static org .hamcrest .Matchers .equalTo ;
145+ import static org .hamcrest .Matchers .everyItem ;
143146import static org .hamcrest .Matchers .greaterThanOrEqualTo ;
147+ import static org .hamcrest .Matchers .in ;
148+ import static org .hamcrest .Matchers .notNullValue ;
144149
145150/**
146151 * Superclass for tests that interact with an external test cluster using Elasticsearch's {@link RestClient}.
You can’t perform that action at this time.
0 commit comments