コード例 #1
0
 public void ThenIShouldBeAbleToViewTheFollowingContent(Table table)
 {
     foreach (var text in table.Rows)
     {
         _actionsAndPageObject.VerifyPageContent(((string[])text.Values)[0]);
     }
 }