Exemplo n.º 1
0
        public void ThenIGetAPIResponseInJsonFormat()
        {
            var apiresponse = APImethods.GetResponse();

            if (apiresponse.StatusCode == System.Net.HttpStatusCode.OK)
            {
                Console.WriteLine("pass");
            }
        }
Exemplo n.º 2
0
 public void ThenIWillGetUserInformation()
 {
     APImethods.GetResponse();
 }