Lines Matching refs:testCase
155 AmberTestCase *testCase = new AmberTestCase(testCtx, m_testnameField, m_descField, testFilename);
164 testCase->addRequirement(m_scratch);
171 return testCase;
179 AmberTestCase* testCase = 0;
184 testCase = parser.parse(category, testCtx);
185 if (testCase)
187 group->addChild(testCase);
189 } while (testCase);
218 AmberTestCase *testCase = new AmberTestCase(testCtx, name, description, readFilename);
221 testCase->addRequirement(req);
224 testCase->addImageRequirement(req);
227 testCase->addBufferRequirement(req);
229 return testCase;