Searched refs:testContext (Results 1 – 6 of 6) sorted by relevance
360 final TestContext testContext = new TestContext(); in invocationEnded() local361 testContext.setCommandLine(mRetryCommandLine); in invocationEnded()362 testContext.addEnvVars(envVars); in invocationEnded()364 testContext.addTestResource(new TestResource(name, outputFileUrls.get(contextFile))); in invocationEnded()366 CLog.i("Updating test context: %s", testContext.toString()); in invocationEnded()367 client.updateTestContext(mRequestId, mCommandId, testContext); in invocationEnded()
661 final TestContext testContext = client.getTestContext(requestId, commandId); in execManagedClusterCommand() local662 testResources.addAll(testContext.getTestResources()); in execManagedClusterCommand()669 .setTestContext(testContext) in execManagedClusterCommand()
93 public ClusterCommandConfigBuilder setTestContext(TestContext testContext) { in setTestContext() argument94 mTestContext = testContext; in setTestContext()
199 final String requestId, final String commandId, TestContext testContext) in updateTestContext() argument210 testContext.toJson()); in updateTestContext()
89 final String requestId, final String commandId, TestContext testContext) in updateTestContext() argument
1141 TestContext testContext = new TestContext();1147 Mockito.doReturn(testContext)1177 TestContext testContext = new TestContext();1183 Mockito.doReturn(testContext)1213 TestContext testContext = new TestContext();1219 Mockito.doReturn(testContext)1321 TestContext testContext = new TestContext();1327 Mockito.doReturn(testContext)