Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/config/
DConfigurationFactoryTest.java396 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintHelp() local
397 mRealFactory.printHelp(mockPrintStream); in testPrintHelp()
411 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintHelpForConfig_configExists() local
412 mFactory.printHelpForConfig(args, true, mockPrintStream); in testPrintHelpForConfig_configExists()
DConfigurationTest.java447 PrintStream mockPrintStream = new PrintStream(outputStream); in testPrintCommandUsage() local
448 mConfig.printCommandUsage(false, mockPrintStream); in testPrintCommandUsage()