Searched refs:m_testCtx (Results 1 – 2 of 2) sorted by relevance
42 m_testCtx(DE_NULL), in ActsApp()56 m_testCtx = new TestContext(m_platform, archive, log, cmdLine, m_watchDog); in ActsApp()59 m_testRoot = new TestPackageRoot(*m_testCtx, TestPackageRegistry::getSingleton()); in ActsApp()63 m_sessionExecutor = new TestSessionExecutor(*m_testRoot, *m_testCtx); in ActsApp()82 delete m_testCtx; in cleanup()86 m_testCtx = DE_NULL; in cleanup()105 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE); in iterate()
49 TestContext* m_testCtx; variable