Skip to content

Commit

Permalink
support FastjsonUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
呈铭 committed Mar 15, 2024
1 parent 650570e commit 10be6f3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ public void setUp() throws Exception {

@Test
public void testToJSONString() {
assertEquals("obj", fastjsonUtilsTest.toJSONString("obj"));
}

@Test
public void testToJSONStringWithObject() {
assertEquals("{\"age\":1,\"name\":\"name\"}", fastjsonUtilsTest.toJSONString(new TestClass(1, "name")));
}

Expand Down

0 comments on commit 10be6f3

Please sign in to comment.