Commit 506f1896 by ylqin

use junit test to replace main() for testing

parent a6cff8f6
...@@ -39,4 +39,4 @@ public class JacksonUtilTest { ...@@ -39,4 +39,4 @@ public class JacksonUtilTest {
assertThat(result.get("bbb"), Is.<Object>is("222")); assertThat(result.get("bbb"), Is.<Object>is("222"));
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment