mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 18:55:30 +08:00
fix method names
This commit is contained in:
@@ -59,7 +59,7 @@ public class JSONArrayTest {
|
|||||||
* Tests that the similar method is working as expected.
|
* Tests that the similar method is working as expected.
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void aaaVerifySimilar() {
|
public void verifySimilar() {
|
||||||
final String string1 = "HasSameRef";
|
final String string1 = "HasSameRef";
|
||||||
JSONArray obj1 = new JSONArray()
|
JSONArray obj1 = new JSONArray()
|
||||||
.put("abc")
|
.put("abc")
|
||||||
|
@@ -63,7 +63,7 @@ public class JSONObjectTest {
|
|||||||
* Tests that the similar method is working as expected.
|
* Tests that the similar method is working as expected.
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void aaaVerifySimilar() {
|
public void verifySimilar() {
|
||||||
final String string1 = "HasSameRef";
|
final String string1 = "HasSameRef";
|
||||||
JSONObject obj1 = new JSONObject()
|
JSONObject obj1 = new JSONObject()
|
||||||
.put("key1", "abc")
|
.put("key1", "abc")
|
||||||
|
Reference in New Issue
Block a user