Searched refs:MakeTestParam (Results 1 – 4 of 4) sorted by relevance
31 JsonSchemaTestConfigFactory MakeTestParam(const std::string& path) { in MakeTestParam() function32 return jsonpb::MakeTestParam<T>(GetExecutableDirectory() + path); in MakeTestParam()37 ::testing::Values(MakeTestParam<Cgroups>("/cgroups.json"),38 MakeTestParam<Cgroups>("/cgroups.recovery.json"),39 MakeTestParam<TaskProfiles>("/task_profiles.json")));41 ::testing::Values(MakeTestParam<Cgroups>("/cgroups.json"),42 MakeTestParam<Cgroups>("/cgroups.recovery.json")));44 ::testing::Values(MakeTestParam<TaskProfiles>("/task_profiles.json")));
51 JsonSchemaTestConfigFactory MakeTestParam(const std::string& path) { in MakeTestParam() function56 ::testing::Values(MakeTestParam<Cgroups>(kVendorCgroups)));58 ::testing::Values(MakeTestParam<Cgroups>(kVendorCgroups)));61 ::testing::Values(MakeTestParam<TaskProfiles>(kVendorTaskProfiles)));63 ::testing::Values(MakeTestParam<TaskProfiles>(kVendorTaskProfiles)));
66 JsonSchemaTestConfigFactory MakeTestParam(const std::string& path) { in MakeTestParam() function
106 ::testing::Values(MakeTestParam<Cgroups>("cgroups.json")));