Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getStrings (0.11 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorTest.java

            //assertThat(call("{ bean, list -> bean.things(list) }", bean, new LinkedList<Object>()), nullValue());
            //assertThat(bean.getThings().size(), equalTo(0));
    
            //assertThat(call("{ bean -> bean.things([1,2,3]) }", bean), nullValue());
            //assertThat(bean.getThings().size(), equalTo(3));
    
            //FileCollection files = ProjectBuilder.builder().build().files();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 74.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

     private:
      // Appends the contents of message to message_.
      void AppendMessage(const Message& a_message) {
        if (message_.get() == NULL)
          message_.reset(new ::std::string);
        message_->append(a_message.GetString().c_str());
      }
    
      // Stores result of the assertion predicate.
      bool success_;
      // Stores the message describing the condition in case the expectation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

     private:
      // Appends the contents of message to message_.
      void AppendMessage(const Message& a_message) {
        if (message_.get() == NULL)
          message_.reset(new ::std::string);
        message_->append(a_message.GetString().c_str());
      }
    
      // Stores result of the assertion predicate.
      bool success_;
      // Stores the message describing the condition in case the expectation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
Back to top