修改名字一致性
This commit is contained in:
@@ -51,7 +51,7 @@ public class ExchangeServiceImplTest {
|
||||
"</PSDT>\r\n" +
|
||||
"</FLOP>\r\n" +
|
||||
"</MSG>";
|
||||
String jsonString = exchangeService.xmlToJson(xmlString);
|
||||
String jsonString = exchangeService.xmlstrToJson(xmlString);
|
||||
System.out.println(jsonString);
|
||||
|
||||
//assertThat(jsonPath("$.", matcher)).
|
||||
|
||||
Reference in New Issue
Block a user