Searched refs:test_object (Results 1 – 1 of 1) sorted by relevance
270 def run_proc_file_test(test_object): argument277 if test_object in TEST_OBJECTS_64 and not self.is64Bit(self.dut):280 test_object.set_api_level(self.dut)281 filepath = test_object.get_path()282 if not self.dut.Exists(filepath) and test_object.file_optional(dut=self.dut):287 self.assertTrue(test_object.get_permission_checker())288 self.assertTrue(test_object.get_permission_checker()(permission),294 test_object.prepare_test(self.dut), "Setup failed!")296 if not test_object.test_format():301 parse_result = test_object.parse_contents(file_content)[all …]