Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ASSERT_PRED2 (0.1 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest_pred_impl.h

    // of ASSERT_EQ in gtest.h for an example.
    //
    // If you don't care about formatting, you can use the more
    // restrictive version:
    //
    //   ASSERT_PRED1(pred, v1)
    //   ASSERT_PRED2(pred, v1, v2)
    //   ...
    //
    // where pred is an n-ary function or functor that returns bool,
    // and the values v1, v2, ..., must support the << operator for
    // streaming to std::ostream.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest_pred_impl.h

    // of ASSERT_EQ in gtest.h for an example.
    //
    // If you don't care about formatting, you can use the more
    // restrictive version:
    //
    //   ASSERT_PRED1(pred, v1)
    //   ASSERT_PRED2(pred, v1, v2)
    //   ...
    //
    // where pred is an n-ary function or functor that returns bool,
    // and the values v1, v2, ..., must support the << operator for
    // streaming to std::ostream.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top