Searched refs:mTestContext (Results 1 – 2 of 2) sorted by relevance
77 private TestContext mTestContext; field in ClusterCommandConfigBuilderTest103 mTestContext = new TestContext(); in setUp()122 .setTestContext(mTestContext); in setUp()190 mTestContext.addEnvVars(Map.of("E2", "V2")); in testBuild_envVars()241 mTestContext.addTestResource(new TestResource("N2", "U2")); in testBuild_testResources()251 mTestContext.getTestResources().get(0).toJson().toString()); in testBuild_testResources()
53 private TestContext mTestContext; field in ClusterCommandConfigBuilder96 mTestContext = testContext; in setTestContext()205 envVars.putAll(mTestContext.getEnvVars()); in build()247 String commandLine = mTestContext.getCommandLine(); in build()309 testResources.addAll(mTestContext.getTestResources()); in build()