Searched refs:TestContext (Results 1 – 12 of 12) sorted by relevance
25 from acts.context import TestContext136 context = TestContext()142 context = TestContext()150 context = TestContext()155 context = TestContext()173 context = TestContext()
34 public class TestContext { class64 public static TestContext fromJson(JSONObject json) throws JSONException { in fromJson()65 final TestContext obj = new TestContext(); in fromJson()112 if (!(o instanceof TestContext)) { in equals()
179 public TestContext getTestContext(final String requestId, final String commandId) in getTestContext()193 return TestContext.fromJson(new JSONObject(content)); in getTestContext()199 final String requestId, final String commandId, TestContext testContext) in updateTestContext()
85 public TestContext getTestContext(final String requestId, final String commandId) in getTestContext()89 final String requestId, final String commandId, TestContext testContext) in updateTestContext()
51 private TestContext mTestContext;93 public ClusterCommandConfigBuilder setTestContext(TestContext testContext) { in setTestContext()
360 final TestContext testContext = new TestContext(); in invocationEnded()
661 final TestContext testContext = client.getTestContext(requestId, commandId); in execManagedClusterCommand()
1141 TestContext testContext = new TestContext();1177 TestContext testContext = new TestContext();1213 TestContext testContext = new TestContext();1321 TestContext testContext = new TestContext();
71 private TestContext mTestContext;86 mTestContext = new TestContext(); in setUp()
253 TestContext expTextContext = new TestContext(); in testInvocationEnded()
132 class TestContext(object): class262 class RootContext(TestContext):277 class TestClassContext(TestContext):310 class TestCaseContext(TestContext):
241 context.TestContext.add_base_output_path(self.logger.name, self.base_path)242 context.TestContext.add_subcontext(self.logger.name, self.subcontext)