Home
last modified time | relevance | path

Searched refs:mockPrintStream (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java337 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintHelp() local
338 mRealFactory.printHelp(mockPrintStream); in testPrintHelp()
351 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintHelpForConfig_configExists() local
352 mFactory.printHelpForConfig(args, true, mockPrintStream); in testPrintHelpForConfig_configExists()
DConfigurationTest.java423 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintCommandUsage() local
424 mConfig.printCommandUsage(false, mockPrintStream); in testPrintCommandUsage()