Searched refs:packageInfos (Results 1 – 1 of 1) sorted by relevance
150 const vector<TestPackageRegistry::PackageInfo*>& packageInfos = packageRegistry->getPackageInfos(); in TestPackageRoot() local152 for (int i = 0; i < (int)packageInfos.size(); i++) in TestPackageRoot()153 addChild(packageInfos[i]->createFunc(testCtx)); in TestPackageRoot()