use of org.apache.servicecomb.demo.mapnull.ParseRequest in project java-chassis by ServiceComb.
the class CodeFirstPojoClient method remoteCodeFirstPojo_testParseResponse.
private void remoteCodeFirstPojo_testParseResponse(CodeFirstPojoIntf codeFirst) {
ParseResponse r = codeFirst.parse(new ParseRequest());
TestMgr.check("", r.getMsgHeader().get("K16"));
TestMgr.check("CMT", r.getMsgHeader().get("K14"));
}
Aggregations