Ejemplo n.º 1
0
 public void GivenTheReqresServiceIsRunningAndAGETRequestIsMadeToTheEndpoint(string resource)
 {
     _httpRequestMethods.GetMethod(resource); //Note get method takes one argument i.e. endpoint for the info we wish to retrieve from resource
 }