Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为 PolicyPeriod 实体创建一个 GX 模型。当我尝试使用 Gosu 便笺簿对其进行测试时,执行/显示输出需要花费大量时间(10 到 15 分钟)。有没有更好的测试方法:
我正在尝试检查transformedpayload
transformedpayload
代码:
var transformedPayload = (new policyperiodmodel.PolicyPeriod(aPolicy).asUTFString()) print(transformedPayload )