Searched refs:getInvocationId (Results 1 – 10 of 10) sorted by relevance
97 assertThat(response.getInvocationId()).isNotEmpty(); in testSubmitTestCommand_andDetails()100 InvocationDetailRequest.newBuilder().setInvocationId(response.getInvocationId()); in testSubmitTestCommand_andDetails()126 assertThat(response.getInvocationId()).isEmpty(); in testSubmitTestCommand_schedulingError()156 assertThat(response.getInvocationId()).isNotEmpty(); in testSubmitTestCommand_reservedDevice()159 InvocationDetailRequest.newBuilder().setInvocationId(response.getInvocationId()); in testSubmitTestCommand_reservedDevice()199 assertThat(response.getInvocationId()).isNotEmpty(); in testSubmitTestCommand_reservedMultiDevice()202 InvocationDetailRequest.newBuilder().setInvocationId(response.getInvocationId()); in testSubmitTestCommand_reservedMultiDevice()231 String invocationId = response.getInvocationId(); in testSubmitTestCommand_andStop()245 InvocationDetailRequest.newBuilder().setInvocationId(response.getInvocationId()); in testSubmitTestCommand_andStop()
59 assertNull(mContext.getInvocationId()); in testGetInvocationID()63 assertEquals("TEST_ID", mContext.getInvocationId()); in testGetInvocationID()
47 public String getInvocationId(); in getInvocationId() method
220 String invocationId = request.getInvocationId(); in getInvocationDetail()251 String invocationId = request.getInvocationId(); in stopInvocation()
1512 Mockito.when(context.getInvocationId()).thenReturn("1");1562 Mockito.when(context.getInvocationId()).thenReturn("ID");1568 Mockito.when(context.getInvocationId()).thenReturn("1");1589 Mockito.when(context.getInvocationId()).thenReturn("1");
86 public String getInvocationId() { in getInvocationId() method in InvocationContext
579 .restoreSnapshotDevice(device, mContext.getInvocationId()); in isolateRetry()
481 .map(IInvocationContext::getInvocationId) in run()
869 String snapshotId = mContext.getInvocationId(); in run()
1593 assertNotNull(mContext.getInvocationId()); in testExecCommand_versioning()