软件适配器 测试

yun-zuoyi
汪云昊 6 years ago
parent 1d587f831b
commit e83efe76e0

@ -60,6 +60,7 @@ public class XStreamFactory {
} }
}); });
xStream.setMode(XStream.NO_REFERENCES);
xStream.autodetectAnnotations(true); xStream.autodetectAnnotations(true);
return xStream; return xStream;

@ -60,7 +60,6 @@ public class SuitCoreModel {
/** /**
* *
*/ */
@XStreamOmitField
private BsSuitCase bsSuitCase; private BsSuitCase bsSuitCase;
/** /**
@ -100,7 +99,7 @@ public class SuitCoreModel {
// 设置套件代码 // 设置套件代码
this.suitCaseCode = bsSuitCase.getSuitCaseCode(); this.suitCaseCode = bsSuitCase.getSuitCaseCode();
// 设置默认 // 设置默认
this.suitCaseStatusCode = ResourceEnumUtil.MESSAGE.FAIL.getCode(); this.suitCaseStatusCode = ResourceEnumUtil.MESSAGE.SUCCESS.getCode();
// 设置默认 // 设置默认
this.suitSslKeyResult = CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue(); this.suitSslKeyResult = CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue();
// 设置默认 // 设置默认

Loading…
Cancel
Save