|
180 | 180 |
|
181 | 181 | import static java.util.Collections.emptyMap; |
182 | 182 | import static java.util.Collections.emptySet; |
183 | | -import static org.hamcrest.Matchers.*; |
| 183 | +import static org.hamcrest.Matchers.containsInAnyOrder; |
| 184 | +import static org.hamcrest.Matchers.containsString; |
| 185 | +import static org.hamcrest.Matchers.either; |
| 186 | +import static org.hamcrest.Matchers.equalTo; |
| 187 | +import static org.hamcrest.Matchers.everyItem; |
| 188 | +import static org.hamcrest.Matchers.greaterThan; |
| 189 | +import static org.hamcrest.Matchers.greaterThanOrEqualTo; |
| 190 | +import static org.hamcrest.Matchers.hasKey; |
| 191 | +import static org.hamcrest.Matchers.hasSize; |
| 192 | +import static org.hamcrest.Matchers.hasToString; |
| 193 | +import static org.hamcrest.Matchers.in; |
| 194 | +import static org.hamcrest.Matchers.instanceOf; |
| 195 | +import static org.hamcrest.Matchers.is; |
| 196 | +import static org.hamcrest.Matchers.lessThanOrEqualTo; |
| 197 | +import static org.hamcrest.Matchers.not; |
| 198 | +import static org.hamcrest.Matchers.notNullValue; |
| 199 | +import static org.hamcrest.Matchers.nullValue; |
| 200 | +import static org.hamcrest.Matchers.oneOf; |
| 201 | +import static org.hamcrest.Matchers.sameInstance; |
184 | 202 | import static org.mockito.Mockito.mock; |
185 | 203 | import static org.opensearch.cluster.routing.TestShardRouting.newShardRouting; |
186 | 204 | import static org.opensearch.common.lucene.Lucene.cleanLuceneIndex; |
|
0 commit comments