Lines Matching refs:NegativeCaseListCase
142 class NegativeCaseListCase : public tcu::TestCase class
145 NegativeCaseListCase (tcu::TestContext& testCtx, const char* name, const char* caseList) in NegativeCaseListCase() function in dit::__anon5197e8fa0111::NegativeCaseListCase
310 addChild(new NegativeCaseListCase(m_testCtx, "empty_string", "")); in init()
311 addChild(new NegativeCaseListCase(m_testCtx, "empty_line", "\n")); in init()
312 addChild(new NegativeCaseListCase(m_testCtx, "empty_root", "{}")); in init()
313 addChild(new NegativeCaseListCase(m_testCtx, "empty_group", "{test{}}")); in init()
314 addChild(new NegativeCaseListCase(m_testCtx, "empty_group_name_1", "{{}}")); in init()
315 addChild(new NegativeCaseListCase(m_testCtx, "empty_group_name_2", "{{test}}")); in init()
316 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_1", "{")); in init()
317 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_2", "{test")); in init()
318 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_3", "{test,")); in init()
319 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_4", "{test{a}")); in init()
320 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_root_5", "{a,b")); in init()
321 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_1", "{test{")); in init()
322 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_2", "{test{a")); in init()
323 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_3", "{test{a,")); in init()
324 addChild(new NegativeCaseListCase(m_testCtx, "unterminated_group_4", "{test{a,b")); in init()
325 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name_1", "{a,,b}")); in init()
326 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name_2", "{,b}")); in init()
327 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name_3", "{a,}")); in init()
328 addChild(new NegativeCaseListCase(m_testCtx, "no_separator", "{a{b}c}")); in init()
329 addChild(new NegativeCaseListCase(m_testCtx, "invalid_char_1", "{a.b}")); in init()
330 addChild(new NegativeCaseListCase(m_testCtx, "invalid_char_2", "{a[]}")); in init()
331 addChild(new NegativeCaseListCase(m_testCtx, "trailing_char_1", "{a}}")); in init()
332 addChild(new NegativeCaseListCase(m_testCtx, "trailing_char_2", "{a}x")); in init()
333 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_1", "{\na}")); in init()
334 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_2", "{a\n,b}")); in init()
335 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_3", "{a,\nb}")); in init()
336 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_4", "{a{b\n}}")); in init()
337 addChild(new NegativeCaseListCase(m_testCtx, "embedded_newline_5", "{a{b}\n}")); in init()
552 addChild(new NegativeCaseListCase(m_testCtx, "empty_string", "")); in init()
553 addChild(new NegativeCaseListCase(m_testCtx, "empty_line", "\n")); in init()
554 addChild(new NegativeCaseListCase(m_testCtx, "empty_group_name", ".test")); in init()
555 addChild(new NegativeCaseListCase(m_testCtx, "empty_case_name", "test.")); in init()