Home
last modified time | relevance | path

Searched refs:wrongType (Results 1 – 6 of 6) sorted by relevance

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/object/
DIsEventFromTest.java42 EventObject wrongType = new EventObject(o); in testCanTestForSpecificEventClasses() local
49 assertMismatchDescription("item type was java.util.EventObject", isEventMatcher, wrongType); in testCanTestForSpecificEventClasses()
/external/auto/value/src/test/java/com/google/auto/value/processor/
DAutoAnnotationErrorsTest.java218 for (String wrongType : wrongTypes) { in testWrongTypeCollection()
229 + wrongType in testWrongTypeCollection()
239 + wrongType in testWrongTypeCollection()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java674 public static MockitoException extraInterfacesAcceptsOnlyInterfaces(Class<?> wrongType) { in extraInterfacesAcceptsOnlyInterfaces() argument
679 + wrongType.getSimpleName() in extraInterfacesAcceptsOnlyInterfaces()
683 public static MockitoException extraInterfacesCannotContainMockedType(Class<?> wrongType) { in extraInterfacesCannotContainMockedType() argument
687 "You mocked following type: " + wrongType.getSimpleName(), in extraInterfacesCannotContainMockedType()
/external/mockito/src/test/java/org/mockitousage/annotation/
DCaptorAnnotationTest.java67 @Captor List<?> wrongType; field in CaptorAnnotationTest.WrongType
/external/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc1266 bool wrongType = (strcmp(actualType, type) != 0); in GetDevicesInfo() local
1268 if (wrongType) { in GetDevicesInfo()
/external/tink/java_src/src/test/java/com/google/crypto/tink/
DRegistryTest.java212 KeyManager<Aead> wrongType = Registry.getKeyManager(MacConfig.HMAC_TYPE_URL);
225 Aead unused = wrongType.getPrimitive(hmacKey);