Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java287 IAnswer<Object> commandSuccessAnswer = new IAnswer<Object>() { in testConsecutiveExecCommand() local
301 EasyMock.expectLastCall().andAnswer(commandSuccessAnswer); in testConsecutiveExecCommand()