Lines Matching refs:def
30 def initialize
52 def set_xml_output
57 def test_suite_name=(cli_arg)
62 def xml_encode_s(str)
67 def write_xml_output
76 def push_xml_output_suite_info
85 def push_xml_output_passed(test_name, execution_time = 0)
90 def push_xml_output_failed(test_name, reason, execution_time = 0)
97 def push_xml_output_ignored(test_name, reason, execution_time = 0)
105 def test_suite_verify(test_suite_name)
120 def prepare_fixture_line(line)
131 def test_passed_unity_fixture(array)
142 def test_failed_unity_fixture(array)
156 def test_ignored_unity_fixture(array)
172 def test_passed(array)
189 def test_failed(array)
217 def test_ignored(array)
245 def get_test_time(value_with_time)
255 def detect_os_specifics(line)
268 def process(file_name)