685 {
686 bool all_tests_in_test_case_selected = true;
687
689 Message test_name;
690 test_name << "TestsExpandedAndRun/" << i;
691 if ( !UnitTestOptions::FilterMatchesTest(
692 "TestExpansionModule/MultipleTestGenerationTest",
693 test_name.GetString())) {
694 all_tests_in_test_case_selected = false;
695 }
696 }
698 << "When running the TestGenerationTest test case all of its tests\n"
699 << "must be selected by the filter flag for the test case to pass.\n"
700 << "If not all of them are enabled, we can't reliably conclude\n"
701 << "that the correct number of tests have been generated.";
702
704 }
static vector< int > collected_parameters_
#define EXPECT_TRUE(condition)