Searched refs:JsonSchemaTestConfigFactory (Results 1 – 3 of 3) sorted by relevance
50 using JsonSchemaTestConfigFactory = std::function<std::unique_ptr<JsonSchemaTestConfig>()>; variable66 JsonSchemaTestConfigFactory MakeTestParam(const std::string& path) { in MakeTestParam()70 class JsonSchemaTest : public ::testing::TestWithParam<JsonSchemaTestConfigFactory> {73 auto&& config = ::testing::TestWithParam<JsonSchemaTestConfigFactory>::GetParam()(); in SetUp()
31 JsonSchemaTestConfigFactory MakeTestParam(const std::string& path) { in MakeTestParam()
51 JsonSchemaTestConfigFactory MakeTestParam(const std::string& path) { in MakeTestParam()