Slide 30
Slide 30 text
@x2on
Nocilla
stubRequest(@"GET", @„http://www.google.com");!
stubRequest(@"GET", @"^http://(.*?)\\.example\\.com/
test\\.json".regex);!
stubRequest(@"GET", @„http://
www.google.com“).andReturn(404);!
stubRequest(@"GET", @"https://api.example.com/
test.json").andReturn(201).withHeaders(@{@"Content-
Type": @"application/json"}).withBody(@"{\"ok
\":true}");