Searched refs:CrasherTest (Results 1 – 1 of 1) sorted by relevance
179 class CrasherTest : public ::testing::Test { class186 CrasherTest();187 ~CrasherTest();202 CrasherTest::CrasherTest() { in CrasherTest() function in CrasherTest212 CrasherTest::~CrasherTest() { in ~CrasherTest()222 void CrasherTest::StartIntercept(unique_fd* output_fd, DebuggerdDumpType intercept_type) { in StartIntercept()233 void CrasherTest::FinishIntercept(int* result) { in FinishIntercept()249 void CrasherTest::StartProcess(std::function<void()> function, std::function<pid_t()> forker) { in StartProcess()268 void CrasherTest::FinishCrasher() { in FinishCrasher()281 void CrasherTest::AssertDeath(int signo) { in AssertDeath()[all …]