Home
last modified time | relevance | path

Searched refs:container (Results 1 - 5 of 5) sorted by relevance

/test/testfwk/arkxtest/jsunit/src/module/mock/
H A DMockKit.js160 isFunctionFromPrototype(f, container, propName) {
161 if (container.constructor !== Object && container.constructor.prototype !== container) {
162 return container.constructor.prototype[propName] === f;
206 f.container = null || originalObject;
/test/testfwk/arkxtest/hamock/src/main/mock/
H A DMockKit.js139 isFunctionFromPrototype(f, container, propName) {
140 if (container.constructor !== Object && container.constructor.prototype !== container) {
141 return container.constructor.prototype[propName] === f;
182 f.container = null || originalObject;
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp55 auto container = json::array(); in TEST_F() local
57 container.emplace_back("wyz"); in TEST_F()
58 container.emplace_back(1); in TEST_F()
59 container.emplace_back(0.1); in TEST_F()
60 container.emplace_back(true); in TEST_F()
61 container.emplace_back(nullptr); in TEST_F()
63 ASSERT_EQ(5, container.size()); in TEST_F()
64 ASSERT_EQ("wyz", container.at(INDEX_ZERO).get<string>()); in TEST_F()
65 ASSERT_EQ(1, container.at(INDEX_ONE).get<uint8_t>()); in TEST_F()
66 ASSERT_NEAR(0.1, container in TEST_F()
[all...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Drequest.py45 def __init__(self, uuid=None, name=None, source=None, container=False, error=None):
52 self.container = container
56 return self.container
H A Dscheduler.py526 container=True)
536 container=True)
549 source=TestSetSource(test_set), container=True)

Completed in 3 milliseconds