0

我在一个问题上苦苦挣扎了很长时间,但我无法找到解决类别分区问题的正确方法。如果有人设法解释如何进行,我将非常高兴和感激。好的......这是示例:

Parameters!
Pattern!
 Size:!
 empty [property Empty]!
 single character [property NonEmpty]
 many character [property NonEmpty]
 too long [property NonEmpty]

 Quoting:
 quoted [property quoted]
 not quoted [if NonEmpty]
 improperly quoted [if NonEmpty]

 Embedded blanks:
 no blanks [if NonEmpty]
 one blank [if NonEmpty and Quoted]
 several blanks [if NonEmpty and Quoted]


 Embedded quotes:
 no quotes [if NonEmpty]
 one quote [if NonEmpty and Quoted]
 several quotes [if NonEmpty and Quoted]

 File name:
 good
 no file
 omitted

Environment
 Number of occurrences:


 none [if NonEmpty]
 exactly one [if NonEmpty][property Match]
 more than one [if NonEmpty][property Match]

 Pattern occurrences on target line!
 one [if Match]!
 more than one [if Match]

答案应该是 678,但我无法得到它......

4

1 回答 1

1

我不明白你的问题。你还没有说应该有答案'678'的东西是什么?您指的是此配置将产生的测试帧总数吗?请澄清你的问题。

于 2013-12-07T00:03:23.940 回答