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

1 23

  /external/hamcrest/src/org/hamcrest/core/
IsEqual.java 28 public void describeTo(Description description) {
  /external/junit/src/org/junit/internal/matchers/
IsCollectionContaining.java 31 public void describeTo(Description description) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
StartedMatcher.java 63 public void describeTo(Description description) {
StartedServiceMatcher.java 83 public void describeTo(Description description) {
  /external/chromium/testing/gmock/include/gmock/
gmock-cardinalities.h 75 virtual void DescribeTo(::std::ostream* os) const = 0;
115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
gmock-generated-matchers.h 249 virtual void DescribeTo(::std::ostream* os) const {
252 inner_matcher_.DescribeTo(os);
    [all...]
gmock-generated-matchers.h.pump 134 virtual void DescribeTo(::std::ostream* os) const {
137 inner_matcher_.DescribeTo(os);
612 virtual void DescribeTo(::std::ostream* gmock_os) const {\
gmock-spec-builders.h     [all...]
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
junit-dep-4.8.2.jar 
  /external/hamcrest/src/org/hamcrest/
BaseDescription.java 21 value.describeTo(this);
  /external/chromium/testing/gmock/src/
gmock-cardinalities.cc 85 virtual void DescribeTo(::std::ostream* os) const;
107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const {
gmock-spec-builders.cc 156 cardinality().DescribeTo(os);
212 cardinality().DescribeTo(&ss);
  /external/junit/src/org/junit/rules/
ExpectedException.java 125 public void describeTo(Description description) {
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 86 m.DescribeTo(&ss);
227 virtual void DescribeTo(::std::ostream* os) const {}
258 virtual void DescribeTo(::std::ostream* os) const {
    [all...]
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/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 462 milliseconds

1 23