Searched
full:matchers (Results
676 -
700 of
1392) sorted by null
<<21222324252627282930>>
/external/googletest/googlemock/docs/v1_5/ |
CookBook.md | 632 # Using Matchers # 646 ## Using Simple Matchers ## 648 You can use matchers to match arguments that have a certain property: 670 ## Combining Matchers ## 672 You can build complex matchers from existing ones using `AllOf()`, 691 ## Casting Matchers ## 693 Google Mock matchers are statically typed, meaning that the compiler 872 As a convenience and example, Google Mock provides some matchers for 876 ## Using Matchers as Predicates ## 881 it would be a shame if Google Mock matchers are not allowed t [all...] |
/external/googletest/googlemock/docs/v1_6/ |
CookBook.md | 632 # Using Matchers # 646 ## Using Simple Matchers ## 648 You can use matchers to match arguments that have a certain property: 670 ## Combining Matchers ## 672 You can build complex matchers from existing ones using `AllOf()`, 691 ## Casting Matchers ## 693 Google Mock matchers are statically typed, meaning that the compiler 872 As a convenience and example, Google Mock provides some matchers for 881 ## Using Matchers as Predicates ## 886 it would be a shame if Google Mock matchers are not allowed t [all...] |
/prebuilts/devtools/tools/lib/ |
hamcrest-core-1.3.jar | |
/prebuilts/misc/common/robolectric/lib/ |
hamcrest-core-1.3.jar | |
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/ |
hamcrest-core-1.3.jar | |
/prebuilts/tools/common/m2/repository/junit/junit/4.10/ |
junit-4.10.jar | |
/prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/ |
mockito-all-1.9.5.jar | |
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
EditorInfoTest.java | 21 import static org.mockito.Matchers.anyString;
|
/cts/tests/tests/transition/src/android/transition/cts/ |
TransitionSetTest.java | 22 import static org.mockito.Matchers.any;
|
/cts/tests/tests/view/src/android/view/cts/ |
AbsSavedStateTest.java | 25 import static org.mockito.Matchers.eq;
|
GestureDetectorTest.java | 21 import static org.mockito.Matchers.any;
|
View_BaseSavedStateTest.java | 23 import static org.mockito.Matchers.eq;
|
/cts/tests/tests/widget/src/android/widget/cts/ |
FilterTest.java | 23 import static org.mockito.Matchers.anyInt;
|
/developers/samples/android/ui/views/EffectiveNavigation/app/src/androidTest/java/com/example/android/effectivenavigation/ |
MainActivityTest.java | 29 import static org.hamcrest.Matchers.not;
|
/external/clang/utils/TableGen/ |
ClangCommentCommandInfoEmitter.cpp | 10 // This tablegen backend emits command lists and efficient matchers for command
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
AbstractSessionContextTest.java | 22 import static org.mockito.Matchers.same;
|
/external/easymock/src/org/easymock/ |
AbstractMatcher.java | 29 * on <code>EasyMock</code>, there are per-argument matchers available. For more
|
/external/guice/core/test/com/google/inject/ |
BindingTest.java | 25 import com.google.inject.matcher.Matchers; 296 bindInterceptor(Matchers.any(), Matchers.any(), countingInterceptor); 368 bindListener(Matchers.any(), listener);
|
/external/hamcrest/ |
build.xml.original | 46 <generate-module-factory modulename="hamcrest-core" configurationfile="hamcrest-core/core-matchers.xml" targetclass="org.hamcrest.CoreMatchers" sources="hamcrest-core/src/main/java"/> 51 <target name="library" depends="core" description="Build library of matchers"> 55 <generate-module-factory modulename="hamcrest-library" configurationfile="hamcrest-library/matchers.xml" targetclass="org.hamcrest.Matchers" sources="hamcrest-core/src/main/java,hamcrest-library/src/main/java"/>
|
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/ |
IsCollectionContainingTest.java | 69 assertMatches("list containing all items (without matchers)", matcher2, asList("a", "b", "c"));
|
/external/icu/icu4c/source/common/unicode/ |
unifilt.h | 46 * are not actually used as matchers -- specifically, those in the
|
/external/llvm/utils/TableGen/ |
DAGISelMatcherOpt.cpp | 161 /// FindNodeWithKind - Scan a series of matchers looking for a matcher with a 212 // Find the set of matchers that start with this node. 227 // Factor all of the known-equal matchers after this one into the same 307 // Remove and delete the first node from the other matchers we're factoring.
|
/external/mockito/src/main/java/org/mockito/internal/matchers/text/ |
ValuePrinter.java | 5 package org.mockito.internal.matchers.text;
|
/external/mockito/src/test/java/org/mockito/internal/configuration/plugins/ |
PluginFinderTest.java | 19 import static org.mockito.Matchers.anyString;
|
/external/mockito/src/test/java/org/mockito/internal/handler/ |
InvocationNotifierHandlerTest.java | 29 import static org.mockito.Matchers.any;
|
Completed in 680 milliseconds
<<21222324252627282930>>