File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
server/src/test/java/org/elasticsearch/common/xcontent/json Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 99
1010package org .elasticsearch .common .xcontent .json ;
1111
12+ import org .elasticsearch .common .bytes .BytesReference ;
1213import org .elasticsearch .common .xcontent .BaseXContentTestCase ;
14+ import org .elasticsearch .xcontent .Text ;
15+ import org .elasticsearch .xcontent .XContentBuilder ;
1316import org .elasticsearch .xcontent .XContentGenerator ;
1417import org .elasticsearch .xcontent .XContentParseException ;
1518import org .elasticsearch .xcontent .XContentParser ;
1821import org .elasticsearch .xcontent .json .JsonXContent ;
1922
2023import java .io .ByteArrayOutputStream ;
24+ import java .util .Set ;
25+
26+ import static org .hamcrest .Matchers .equalTo ;
2127
2228public class JsonXContentTests extends BaseXContentTestCase {
2329
You can’t perform that action at this time.
0 commit comments