HomeSort by relevance Sort by last modified time
    Searched refs:wrongType (Results 1 - 4 of 4) sorted by null

  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/object/
IsEventFromTest.java 42 EventObject wrongType = new EventObject(o);
49 assertMismatchDescription("item type was java.util.EventObject", isEventMatcher, wrongType);
  /external/mockito/src/test/java/org/mockitousage/annotation/
CaptorAnnotationTest.java 73 public static class WrongType {
75 List<?> wrongType;
81 MockitoAnnotations.initMocks(new WrongType());
  /external/mockito/src/main/java/org/mockito/internal/exceptions/
Reporter.java 581 public static MockitoException extraInterfacesAcceptsOnlyInterfaces(Class<?> wrongType) {
584 "You passed following type: " + wrongType.getSimpleName() + " which is not an interface."
588 public static MockitoException extraInterfacesCannotContainMockedType(Class<?> wrongType) {
591 "You mocked following type: " + wrongType.getSimpleName(),
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc     [all...]

Completed in 386 milliseconds