Lines Matching refs:addChild
178 …addChild(new CaseListParserCase(m_testCtx, "single_case", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init()
189 …addChild(new CaseListParserCase(m_testCtx, "simple_group_1", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
201 …addChild(new CaseListParserCase(m_testCtx, "simple_group_2", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
218 …addChild(new CaseListParserCase(m_testCtx, "two_groups", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
235 …addChild(new CaseListParserCase(m_testCtx, "case_group", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
252 …addChild(new CaseListParserCase(m_testCtx, "group_case", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
261 …addChild(new CaseListParserCase(m_testCtx, "trailing_cr", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init()
270 …addChild(new CaseListParserCase(m_testCtx, "trailing_lf", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init()
279 …addChild(new CaseListParserCase(m_testCtx, "trailing_crlf", caseList, subCases, DE_LENGTH_OF_ARRAY… in init()
283 addChild(new NegativeCaseListCase(m_testCtx, "empty_string", "")); in init()
284 addChild(new NegativeCaseListCase(m_testCtx, "empty_line", "\n")); in init()
285 addChild(new NegativeCaseListCase(m_testCtx, "empty_root", "{}")); in init()
286 addChild(new NegativeCaseListCase(m_testCtx, "empty_group", "{test{}}")); in init()
287 addChild(new NegativeCaseListCase(m_testCtx, "empty_group_name_1", "{{}}")); in init()
288 addChild(new NegativeCaseListCase(m_testCtx, "empty_group_name_2", "{{test}}")); in init()
289 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_1", "{")); in init()
290 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_2", "{test")); in init()
291 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_3", "{test,")); in init()
292 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_4", "{test{a}")); in init()
293 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_5", "{a,b")); in init()
294 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_1", "{test{")); in init()
295 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_2", "{test{a")); in init()
296 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_3", "{test{a,")); in init()
297 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_4", "{test{a,b")); in init()
298 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name_1", "{a,,b}")); in init()
299 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name_2", "{,b}")); in init()
300 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name_3", "{a,}")); in init()
301 addChild(new NegativeCaseListCase(m_testCtx, "no_separator", "{a{b}c}")); in init()
302 addChild(new NegativeCaseListCase(m_testCtx, "invalid_char_1", "{a.b}")); in init()
303 addChild(new NegativeCaseListCase(m_testCtx, "invalid_char_2", "{a[]}")); in init()
304 addChild(new NegativeCaseListCase(m_testCtx, "trailing_char_1", "{a}}")); in init()
305 addChild(new NegativeCaseListCase(m_testCtx, "trailing_char_2", "{a}x")); in init()
306 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_1", "{\na}")); in init()
307 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_2", "{a\n,b}")); in init()
308 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_3", "{a,\nb}")); in init()
309 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_4", "{a{b\n}}")); in init()
310 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_5", "{a{b}\n}")); in init()
331 …addChild(new CaseListParserCase(m_testCtx, "single_case", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init()
342 …addChild(new CaseListParserCase(m_testCtx, "simple_group_1", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
354 …addChild(new CaseListParserCase(m_testCtx, "simple_group_2", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
366 …addChild(new CaseListParserCase(m_testCtx, "separator_ln", caseList, subCases, DE_LENGTH_OF_ARRAY(… in init()
378 …addChild(new CaseListParserCase(m_testCtx, "separator_cr", caseList, subCases, DE_LENGTH_OF_ARRAY(… in init()
390 …addChild(new CaseListParserCase(m_testCtx, "separator_crlf", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
402 …addChild(new CaseListParserCase(m_testCtx, "end_ln", caseList, subCases, DE_LENGTH_OF_ARRAY(subCas… in init()
414 …addChild(new CaseListParserCase(m_testCtx, "end_cr", caseList, subCases, DE_LENGTH_OF_ARRAY(subCas… in init()
426 …addChild(new CaseListParserCase(m_testCtx, "end_crlf", caseList, subCases, DE_LENGTH_OF_ARRAY(subC… in init()
443 …addChild(new CaseListParserCase(m_testCtx, "two_groups", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
460 …addChild(new CaseListParserCase(m_testCtx, "case_group", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
477 …addChild(new CaseListParserCase(m_testCtx, "group_case", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init()
488 …addChild(new CaseListParserCase(m_testCtx, "long_name", caseList, subCases, DE_LENGTH_OF_ARRAY(sub… in init()
508 …addChild(new CaseListParserCase(m_testCtx, "partial_prefix", caseList, subCases, DE_LENGTH_OF_ARRA… in init()
521 …addChild(new CaseListParserCase(m_testCtx, "reparenting", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init()
525 addChild(new NegativeCaseListCase(m_testCtx, "empty_string", "")); in init()
526 addChild(new NegativeCaseListCase(m_testCtx, "empty_line", "\n")); in init()
527 addChild(new NegativeCaseListCase(m_testCtx, "empty_group_name", ".test")); in init()
528 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name", "test.")); in init()
542 addChild(new TrieParserTests(m_testCtx)); in init()
543 addChild(new ListParserTests(m_testCtx)); in init()
557 addChild(new SelfCheckCase(m_testCtx, "float_format","tcu::FloatFormat_selfTest()", in init()
559 addChild(new CaseListParserTests(m_testCtx)); in init()
576 addChild(new CommonFrameworkTests(m_testCtx)); in init()