• Home
  • Raw
  • Download

Lines Matching refs:Sometimes

311 Sometimes a method has a long list of arguments that is mostly
586 Sometimes you may want to call `Foo::Concrete()` instead of
698 Sometimes, however, you know what you're doing and want the compiler
831 Sometimes it's not enough to match the arguments individually. For
1096 Sometimes you want to specify that an object argument has a certain
1142 Sometimes an STL container (e.g. list, vector, map, ...) is passed to
1148 Sometimes, though, you may want to be more flexible (for example, the
1300 Sometimes requiring everything to occur in a predetermined order can
1459 Sometimes a method exhibits its effect not via returning a value but
1603 Sometimes, you may want to change this default value, or you may want
1753 Sometimes a mock function will receive a function pointer or a functor
1849 Sometimes you have an action that returns _something_, but you need an
2127 Sometimes you may want to "reset" a mock object at various check
2196 Sometimes you want to make sure a mock object is destructed at the
2315 Sometimes you are confident that your tests are correct and may not
2362 its own tests). Sometimes you may want them to be packaged up in
2461 Sometimes you'll want to define a matcher that has parameters. For that you
2879 Sometimes you'll want to parameterize an action you define. For that
2934 Sometimes, however, we may want to be more explicit about the types.
2956 Sometimes you want to give an action explicit template parameters that
3100 which the action will be used. Sometimes that can be a problem. For
3210 Sometimes, this might not be an option. For example, your team may