Searched refs:OUTPUT_TEMPLATE (Results 1 – 2 of 2) sorted by relevance
259 OUTPUT_TEMPLATE = "initialization of {tree}" variable in TestInterface307 return self.OUTPUT_TEMPLATE.format(tree = self.get_tree())317 return self.OUTPUT_TEMPLATE.format(tree = self.get_tree())
344 OUTPUT_TEMPLATE = "{class_name} -> {iface}.super.getCalledInterface(): {result}" variable in TestClass379 return '\n'.join(map(lambda a: self.OUTPUT_TEMPLATE.format(class_name = self.get_name(),