public static void SetUp(TestContext context)
 {
     var helper = new ResponseDecoderHelper();
     _response = helper.PhoneResponse;
     _response3 = helper.PhoneResponse3;
     _phone = _response.Results.First();
     _phone3 = _response3.Results.First();
 }
コード例 #2
0
        public static void SetUp(TestContext context)
        {
            var helper = new ResponseDecoderHelper();

            _response  = helper.PhoneResponse;
            _response3 = helper.PhoneResponse3;
            _phone     = _response.Results.First();
            _phone3    = _response3.Results.First();
        }