mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
fix method names
This commit is contained in:
parent
08d93f3eb5
commit
dae88d7c5c
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue