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