Lines Matching refs:addCase
5322 this->addCase<2, 2>(ctx, group);
5323 this->addCase<3, 2>(ctx, group);
5324 this->addCase<4, 2>(ctx, group);
5325 this->addCase<2, 3>(ctx, group);
5326 this->addCase<3, 3>(ctx, group);
5327 this->addCase<4, 3>(ctx, group);
5328 this->addCase<2, 4>(ctx, group);
5329 this->addCase<3, 4>(ctx, group);
5330 this->addCase<4, 4>(ctx, group);
5339 void addCase (const Context& ctx, TestCaseGroup* group) const