Home
last modified time | relevance | path

Searched refs:wrongType (Results 1 – 4 of 4) 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/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java581 public static MockitoException extraInterfacesAcceptsOnlyInterfaces(Class<?> wrongType) { in extraInterfacesAcceptsOnlyInterfaces() argument
584 … "You passed following type: " + wrongType.getSimpleName() + " which is not an interface." in extraInterfacesAcceptsOnlyInterfaces()
588 public static MockitoException extraInterfacesCannotContainMockedType(Class<?> wrongType) { in extraInterfacesCannotContainMockedType() argument
591 "You mocked following type: " + wrongType.getSimpleName(), in extraInterfacesCannotContainMockedType()
/external/mockito/src/test/java/org/mockitousage/annotation/
DCaptorAnnotationTest.java75 List<?> wrongType; field in CaptorAnnotationTest.WrongType
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc1755 bool wrongType = (strcmp(actualType, type) != 0); in GetDevicesInfo() local
1757 if (wrongType) in GetDevicesInfo()