Searched defs:PrinterJobHandlerTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
H A Dprinter_job_handler_unittest.cc441 class PrinterJobHandlerTest : public ::testing::Test { class in namespace:cloud_print
443 PrinterJobHandlerTest();
475 void PrinterJobHandlerTest::SetUp() {
497 .WillByDefault(Invoke(this, &PrinterJobHandlerTest::GetPrinterInfo));
500 .WillByDefault(Invoke(this, &PrinterJobHandlerTest::SendCapsAndDefaults));
505 void PrinterJobHandlerTest::MakeJobFetchReturnNoJobs() {
517 void PrinterJobHandlerTest::MessageLoopQuitNowHelper(
522 void PrinterJobHandlerTest::MessageLoopQuitSoonHelper(
528 PrinterJobHandlerTest::PrinterJobHandlerTest() function in class:cloud_print::PrinterJobHandlerTest
[all...]

Completed in 179 milliseconds