Searched refs:expected_string (Results 1 – 3 of 3) sorted by relevance
187 const char *expected_string = "n"; in test_return_string() local188 assert(expected_string == expr.to_C_str()); in test_return_string()191 expected_string = "n >= 0"; in test_return_string()192 assert(expected_string == expr.to_C_str()); in test_return_string()
152 expected_string = "n"153 assert expected_string == expr.to_C_str()156 expected_string = "n >= 0"157 assert expected_string == expr.to_C_str()
341 self.assertTrue(expected_string in list_of_results)342 # Good. Will print expected_string and the contents of list_of_results.343 self.assertIn(expected_string, list_of_results)