When the logic for pickingapart the records was kept with the test, it was untestable.
当拆分记录的逻辑保存在该测试中时,将无法对其进行测试。
2
Now let's analyze by pickingapart a JCC trace to see how to get to the bottom of a problem by analyzing the trace and figuring out where the error is coming from.
现在让我们来剖析一个JCC跟踪,看看如何通过分析跟踪和找出错误的来源来彻底把问题弄清楚。
3
Of course, you could just deal with things as Strings and Lists and ignore the AST part of the world, pickingapart the returned Strings and Lists and re-parsing them into AST elements.