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