Searched refs:TestEnvironment (Results 1 – 6 of 6) sorted by relevance
30 public class TestEnvironment { class214 public static TestEnvironment fromJson(JSONObject json) throws JSONException { in fromJson()215 TestEnvironment obj = new TestEnvironment(); in fromJson()
141 public TestEnvironment getTestEnvironment(final String requestId) in getTestEnvironment()153 return TestEnvironment.fromJson(new JSONObject(content)); in getTestEnvironment()
49 private TestEnvironment mTestEnvironment;71 public ClusterCommandConfigBuilder setTestEnvironment(TestEnvironment testEnvironment) { in setTestEnvironment()
657 final TestEnvironment testEnvironment = client.getTestEnvironment(requestId); in execManagedClusterCommand()
69 private TestEnvironment mTestEnvironment;84 mTestEnvironment = new TestEnvironment(); in setUp()
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();