Home
last modified time | relevance | path

Searched refs:TestContext (Results 1 – 12 of 12) sorted by relevance

/tools/test/connectivity/acts/framework/tests/
Dacts_context_test.py25 from acts.context import TestContext
136 context = TestContext()
142 context = TestContext()
150 context = TestContext()
155 context = TestContext()
173 context = TestContext()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestContext.java34 public class TestContext { class
64 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()
DClusterClient.java179 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()
DIClusterClient.java85 public TestContext getTestContext(final String requestId, final String commandId) in getTestContext()
89 final String requestId, final String commandId, TestContext testContext) in updateTestContext()
DClusterCommandConfigBuilder.java51 private TestContext mTestContext;
93 public ClusterCommandConfigBuilder setTestContext(TestContext testContext) { in setTestContext()
DClusterLogSaver.java360 final TestContext testContext = new TestContext(); in invocationEnded()
DClusterCommandScheduler.java661 final TestContext testContext = client.getTestContext(requestId, commandId); in execManagedClusterCommand()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java1141 TestContext testContext = new TestContext();
1177 TestContext testContext = new TestContext();
1213 TestContext testContext = new TestContext();
1321 TestContext testContext = new TestContext();
DClusterCommandConfigBuilderTest.java71 private TestContext mTestContext;
86 mTestContext = new TestContext(); in setUp()
DClusterLogSaverTest.java253 TestContext expTextContext = new TestContext(); in testInvocationEnded()
/tools/test/connectivity/acts/framework/acts/
Dcontext.py132 class TestContext(object): class
262 class RootContext(TestContext):
277 class TestClassContext(TestContext):
310 class TestCaseContext(TestContext):
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py241 context.TestContext.add_base_output_path(self.logger.name, self.base_path)
242 context.TestContext.add_subcontext(self.logger.name, self.subcontext)