Home
last modified time | relevance | path

Searched refs:reportTestCaseCount (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java247 public boolean reportTestCaseCount(); in reportTestCaseCount() method
DCommandOptions.java751 public boolean reportTestCaseCount() { in reportTestCaseCount() method in CommandOptions
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DTestsPoolPoller.java164 if (mConfig != null && mConfig.getCommandOptions().reportTestCaseCount()) { in run()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapper.java362 if (mModuleConfiguration.getCommandOptions().reportTestCaseCount()) { in intraModuleRun()
DModuleDefinition.java1401 mSuiteConfiguration.getCommandOptions().reportTestCaseCount()); in transferSuiteLevelOptions()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java982 && mConfiguration.getCommandOptions().reportTestCaseCount()) { in doTestRun()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java1454 if (config.getCommandOptions().reportTestCaseCount()) { in runTest()