File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
main/java/org/skyscreamer/jsonassert
test/java/org/skyscreamer/jsonassert Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11package org .skyscreamer .jsonassert ;
22
3- import static org .skyscreamer .jsonassert .JSONCompareMode .LENIENT ;
4- import static org .skyscreamer .jsonassert .JSONCompareMode .STRICT ;
5-
63import org .json .JSONArray ;
74import org .json .JSONException ;
85import org .json .JSONObject ;
Original file line number Diff line number Diff line change 11package org .skyscreamer .jsonassert ;
22
3- import java .util .Arrays ;
3+ import static org .skyscreamer .jsonassert .JSONCompareMode .LENIENT ;
4+ import static org .skyscreamer .jsonassert .JSONCompareMode .STRICT ;
45
56import org .json .JSONException ;
67import org .junit .Assert ;
78import org .junit .Test ;
89
9- import static org .skyscreamer .jsonassert .JSONCompareMode .*;
10-
1110/**
1211 * Unit tests for {@link JSONAssert}
1312 */
Original file line number Diff line number Diff line change 55import static org .junit .Assert .assertTrue ;
66import static org .skyscreamer .jsonassert .JSONCompare .compareJSON ;
77import static org .skyscreamer .jsonassert .JSONCompareMode .LENIENT ;
8- import static org .skyscreamer .jsonassert .JSONCompareMode .NON_EXTENSIBLE ;
98
109import org .hamcrest .Description ;
1110import org .hamcrest .Matcher ;
1211import org .json .JSONException ;
13- import org .junit .Ignore ;
1412import org .junit .Test ;
1513import org .junit .internal .matchers .TypeSafeMatcher ;
1614
You can’t perform that action at this time.
0 commit comments