assert
ステップ以外のBDDステップで使用する必要がありthen
ますか?
Specflow を使用して「ユーザー プロファイルの変更」を説明する方法を理解しようとしています。
SCENARIO I can change a user
Given I am at the roles page
And I can see a list of users
When I click a user's name
| field | value |
| User | John Doe |
And I change the user's name
| field | value |
| User | Jane Doe |
And I click the 'modify' button
Then I should the user updated in the list
2 番目の特定のステップAnd I can see a list of users
では、実装にアサートが必要だと思いますか?