Searched refs:compare_to_expectation (Results 1 – 3 of 3) sorted by relevance
/external/skia/platform_tools/android/tests/ |
D | makefile_writer_tests.py | 143 utils.compare_to_expectation(filename, 'animals.txt', self.assertTrue) 148 utils.compare_to_expectation(filename, 'animals_append.txt', 162 utils.compare_to_expectation(outfile, filename, self.assertTrue, 179 utils.compare_to_expectation(os.path.join(outdir, MAKEFILE_NAME), 190 utils.compare_to_expectation(os.path.join(tool_dir, MAKEFILE_NAME),
|
D | generate_user_config_tests.py | 68 utils.compare_to_expectation(actual_name=actual_name, 79 utils.compare_to_expectation(actual_name=actual_name,
|
D | utils.py | 16 def compare_to_expectation(actual_name, expectation_name, assert_true, function
|