Searched refs:kTestAndDump (Results 1 – 4 of 4) sorted by relevance
69 Client::IORunner runner(&io,&mgr,Testing::kTestAndDump); in testmain()
359 …iating a runner, you can specify the running mode with an enum. For instance Testing::kTestAndDump.558 Client::IORunner runner(&io,&mgr,Testing::kTestAndDump);
75 kTestAndDump=2 enumerator502 this->m_runningMode = Testing::kTestAndDump; in setTestAndDumpMode()
64 if (runningMode == Testing::kTestAndDump) in IORunner()