Searched defs:MultipleInstantiationTest (Results 1 – 1 of 1) sorted by relevance
731 class MultipleInstantiationTest : public TestWithParam<int> {}; class732 TEST_P(MultipleInstantiationTest, AllowsMultipleInstances) { in TEST_P() argument