Example #1
0
 def test_has_body_failure(self):
     assert_that(self.get_stubo_request(body='hello my friend'), 
                 is_not(body_contains('enemy')))        
Example #2
0
 def test_has_body_match2(self):
     assert_that(self.get_stubo_request(body='hello my friend'), 
                 body_contains('myfriend'))