Searched refs:TestEnvironment (Results 1 – 7 of 7) sorted by relevance
1030 private TestEnvironment createMockTestEnvironment() {1031 TestEnvironment testEnvironment = new TestEnvironment();1055 TestEnvironment testEnvironment,1139 TestEnvironment testEnvironment = createMockTestEnvironment();1175 TestEnvironment testEnvironment = createMockTestEnvironment();1211 TestEnvironment testEnvironment = createMockTestEnvironment();1302 TestEnvironment testEnvironment = createMockTestEnvironment();
69 private TestEnvironment mTestEnvironment;84 mTestEnvironment = new TestEnvironment(); in setUp()
30 public class TestEnvironment { class214 public static TestEnvironment fromJson(JSONObject json) throws JSONException { in fromJson()215 TestEnvironment obj = new TestEnvironment(); in fromJson()
49 private TestEnvironment mTestEnvironment;71 public ClusterCommandConfigBuilder setTestEnvironment(TestEnvironment testEnvironment) { in setTestEnvironment()
141 public TestEnvironment getTestEnvironment(final String requestId) in getTestEnvironment()153 return TestEnvironment.fromJson(new JSONObject(content)); in getTestEnvironment()
71 public TestEnvironment getTestEnvironment(final String requestId) in getTestEnvironment()
659 final TestEnvironment testEnvironment = client.getTestEnvironment(requestId); in execManagedClusterCommand()