Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DRunCommandTargetPreparerTest.java94 assertThat(mPreparer.getExecutedCommands()).containsExactly(command); in testSetUp()
260 assertThat(mPreparer.getExecutedCommands()).containsExactly(command); in testBgCmd()
314 assertThat(mPreparer.getExecutedCommands()).containsExactly(actualCommand); in testBgCmd_withTestUserToken_propertyNotSet()
363 assertThat(mPreparer.getExecutedCommands()).containsExactly(actualCommand); in testBgCmd_withTestUserToken()
383 assertThat(mPreparer.getExecutedCommands()).containsExactly(actualCommand); in testCmd_withTestUserToken_propertyNotSet()
404 assertThat(mPreparer.getExecutedCommands()).containsExactly(actualCommand); in testCmd_withTestUserToken()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DRunCommandTargetPreparer.java210 public List<String> getExecutedCommands() { in getExecutedCommands() method in RunCommandTargetPreparer