Esempio 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);
        }
Esempio n. 2
0
 public Interaction WillRespondWith(ProviderServiceResponse response)
 {
     Response = response;
     return(this);
 }