HomeSort by relevance Sort by last modified time
    Searched full:describeto (Results 76 - 84 of 84) sorted by null

1 2 34

  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 156 cardinality().DescribeTo(os);
212 cardinality().DescribeTo(&ss);
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 142 virtual void DescribeTo(ostream* os) const {
180 m.DescribeTo(&ss);
234 virtual void DescribeTo(ostream* os) const {
264 virtual void DescribeTo(ostream* os) const {
318 // Tests that Matcher<T>::DescribeTo() calls
319 // MatcherInterface<T>::DescribeTo().
381 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; }
414 void DescribeTo(ostream* os) const { *os << "is even"; }
    [all...]
gmock-spec-builders_test.cc     [all...]
  /external/mockito/src/org/mockito/
Matchers.java 67 * First, you might want to subclass {@link ArgumentMatcher} which is an hamcrest matcher with predefined describeTo() method.
68 * Default description generated by describeTo() uses <b>decamelized class name</b> - to promote meaningful class names.
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h     [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 353 virtual void DescribeTo(std::ostream* os) const {
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 299 milliseconds

1 2 34