Searched defs:TestPackageRoot (Results 1 – 2 of 2) sorted by relevance
145 TestPackageRoot::TestPackageRoot(TestContext &testCtx) : TestNode(testCtx, NODETYPE_ROOT, "") in TestPackageRoot() function in tcu::TestPackageRoot149 TestPackageRoot::TestPackageRoot(TestContext &testCtx, const vector<TestNode *> &children) in TestPackageRoot() function in tcu::TestPackageRoot154 TestPackageRoot::TestPackageRoot(TestContext &testCtx, const TestPackageRegistry *packageRegistry) in TestPackageRoot() function in tcu::TestPackageRoot
191 class TestPackageRoot : public TestNode class