Searched refs:mockPrintStream (Results 1 – 2 of 2) sorted by relevance
337 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintHelp() local338 mRealFactory.printHelp(mockPrintStream); in testPrintHelp()351 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintHelpForConfig_configExists() local352 mFactory.printHelpForConfig(args, true, mockPrintStream); in testPrintHelpForConfig_configExists()
423 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintCommandUsage() local424 mConfig.printCommandUsage(false, mockPrintStream); in testPrintCommandUsage()