Lines Matching defs:testCtx
786 ResultCollector (TestContext& testCtx);
801 ResultCollector::ResultCollector (TestContext& testCtx)
802 : m_testCtx (testCtx)
803 , m_log (testCtx.getLog())
1311 MovePtr<TestCaseGroup> createLifeTestGroup (TestContext& testCtx,
1315 MovePtr<TestCaseGroup> group(new TestCaseGroup(testCtx, spec.name, spec.name));
1346 TestContext& testCtx = types.getTestContext();
1350 group.addChild(createLifeTestGroup(testCtx, *it, types.getTypes()).release());
1354 new TestCaseGroup(testCtx, "delete_used", "Delete current program");
1364 testCtx, "attach", "Attachment tests");
1369 testCtx, "deleted_name", "Name of deleted attachment");
1382 testCtx, "deleted_input", "Input from deleted attachment");
1395 testCtx, "deleted_output", "Output to deleted attachment");