Searched refs:getExecutedCommands (Results 1 – 2 of 2) sorted by relevance
94 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()
210 public List<String> getExecutedCommands() { in getExecutedCommands() method in RunCommandTargetPreparer