Example #1
0
        public void GivenIShouldHaveTheResponseWithExpectedInformation(Table table)
        {
            _Json = _Step.CheckRegisterResponseSuccess(table);

            ScenarioContext.Current.Add("accountNumber", _Json.datas.accountNumber.ToString());
        }