Home | History | Annotate | Download | only in gtest

Lines Matching defs:Bool

92 //  Bool()                     - Yields sequence {false, true}.
1205 // Bool() allows generating tests with parameters in a set of (false, true).
1208 // Bool()
1212 // of multiple flags can be tested when several Bool()'s are combined using
1218 // class FlagDependentTest : public testing::TestWithParam<bool> {
1223 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1225 inline internal::ParamGenerator<bool> Bool() {
1265 // : public testing::TestWithParam<tuple(bool, bool)> > {
1276 // Combine(Bool(), Bool()));