Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for actualValue (0.25 sec)

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

    // and their values, as strings.  For example, for ASSERT_EQ(foo, bar)
    // where foo is 5 and bar is 6, we have:
    //
    //   expected_expression: "foo"
    //   actual_expression:   "bar"
    //   expected_value:      "5"
    //   actual_value:        "6"
    //
    // The ignoring_case parameter is true iff the assertion is a
    // *_STRCASEEQ*.  When it's true, the string " (ignoring case)" will
    // be inserted into the message.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
Back to top