Home
last modified time | relevance | path

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

/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()
DIClusterClient.java85 public TestContext getTestContext(final String requestId, final String commandId) in getTestContext()
89 final String requestId, final String commandId, TestContext testContext) in updateTestContext()
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()
DClusterCommandConfigBuilder.java53 private TestContext mTestContext;
95 public ClusterCommandConfigBuilder setTestContext(TestContext testContext) { in setTestContext()
DClusterLogSaver.java376 final TestContext testContext = new TestContext(); in invocationEnded()
DClusterCommandScheduler.java812 final TestContext testContext = client.getTestContext(requestId, commandId); in execManagedClusterCommand()
/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/test/connectivity/acts/framework/acts/
Dcontext.py132 class TestContext(object): class
262 class RootContext(TestContext):
277 class TestClassContext(TestContext):
310 class TestCaseContext(TestContext):
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/
DCommonParameterizedTypeItemTest.kt117 internal data class TestContext( in data() class in com.android.tools.metalava.model.testsuite.typeitem.CommonParameterizedTypeItemTest
122 private fun runTypeItemTest(test: TestContext.() -> Unit) { in data()
154 TestContext( in data()
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java1203 TestContext testContext = new TestContext();
1241 TestContext testContext = new TestContext();
1277 TestContext testContext = new TestContext();
1313 TestContext testContext = new TestContext();
1415 TestContext testContext = new TestContext();
DClusterCommandConfigBuilderTest.java77 private TestContext mTestContext;
103 mTestContext = new TestContext(); in setUp()
DClusterLogSaverTest.java256 TestContext expTextContext = new TestContext(); in testInvocationEnded()
/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)