コード例 #1
0
        public void ThenIValidateThatTheResponseBodyContainsTheFollowingValues(Table table)
        {
            var dictionary   = TableUtils.ConvertToDictionary(table);
            var fieldsMapped = Mapper.MapValues(dictionary, helper.GetData());

            AssertUtils.AssertExpectedValues(response, fieldsMapped);
        }