Searched refs:mockPrintStream (Results 1 – 2 of 2) sorted by relevance
396 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintHelp() local397 mRealFactory.printHelp(mockPrintStream); in testPrintHelp()411 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintHelpForConfig_configExists() local412 mFactory.printHelpForConfig(args, true, mockPrintStream); in testPrintHelpForConfig_configExists()
447 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintCommandUsage() local448 mConfig.printCommandUsage(false, mockPrintStream); in testPrintCommandUsage()