Searched refs:wrongType (Results 1 – 4 of 4) sorted by relevance
42 EventObject wrongType = new EventObject(o); in testCanTestForSpecificEventClasses() local49 assertMismatchDescription("item type was java.util.EventObject", isEventMatcher, wrongType); in testCanTestForSpecificEventClasses()
573 public static MockitoException extraInterfacesAcceptsOnlyInterfaces(Class<?> wrongType) { in extraInterfacesAcceptsOnlyInterfaces() argument576 … "You passed following type: " + wrongType.getSimpleName() + " which is not an interface." in extraInterfacesAcceptsOnlyInterfaces()580 public static MockitoException extraInterfacesCannotContainMockedType(Class<?> wrongType) { in extraInterfacesCannotContainMockedType() argument583 "You mocked following type: " + wrongType.getSimpleName(), in extraInterfacesCannotContainMockedType()
75 List<?> wrongType; field in CaptorAnnotationTest.WrongType
1755 bool wrongType = (strcmp(actualType, type) != 0); in GetDevicesInfo() local1757 if (wrongType) in GetDevicesInfo()