Exemplo n.º 1
0
        public Interaction WillRespondWith(ProviderServiceResponse response)
        {
            var result =
                InteractionUnderConstruction.WillRespondWith(response);

            Interactions.Add(InteractionUnderConstruction);
            InteractionUnderConstruction = new Interaction(BaseUrl, new RequestComparer(new HeaderComparer()), Output);
            return(result);
        }
Exemplo n.º 2
0
 public Interaction WillRespondWith(ProviderServiceResponse response)
 {
     Response = response;
     return(this);
 }