0

只是想了解 BDD Story-scenario-Given-when-then 如何映射到 Kiwi 的 describe-context-it 作为一般经验法则,如果可能的话..只是为了了解应该去哪里编写测试时

4

1 回答 1

0

我会说它按这个顺序映射

given-when-then => (describe/context)-it-should

至少我是这样使用它的,它对我有用。

于 2015-03-12T12:02:59.080 回答