However, the tests such tools come up with tend to be fairly trivial and basic stuff, like whether a method can handle being passed a nullargument.
然而,这些工具生成的测试往往相当琐碎和基本,例如方法是否能够处理传递来的null参数。
3
Called ON null INPUT — Specifies that the procedure is to be called even if any or all argument values are null, which means that the procedure must be coded to test for nullargument values.
CALLED ON null INPUT——指定将调用的过程,即使任何参数值或所有参数都为null,这意味着必须对过程进行编码,来测试那些null参数值。