Searched refs:wrongType (Results 1 – 6 of 6) sorted by relevance
42 EventObject wrongType = new EventObject(o); in testCanTestForSpecificEventClasses() local49 assertMismatchDescription("item type was java.util.EventObject", isEventMatcher, wrongType); in testCanTestForSpecificEventClasses()
218 for (String wrongType : wrongTypes) { in testWrongTypeCollection()229 + wrongType in testWrongTypeCollection()239 + wrongType in testWrongTypeCollection()
674 public static MockitoException extraInterfacesAcceptsOnlyInterfaces(Class<?> wrongType) { in extraInterfacesAcceptsOnlyInterfaces() argument679 + wrongType.getSimpleName() in extraInterfacesAcceptsOnlyInterfaces()683 public static MockitoException extraInterfacesCannotContainMockedType(Class<?> wrongType) { in extraInterfacesCannotContainMockedType() argument687 "You mocked following type: " + wrongType.getSimpleName(), in extraInterfacesCannotContainMockedType()
67 @Captor List<?> wrongType; field in CaptorAnnotationTest.WrongType
1266 bool wrongType = (strcmp(actualType, type) != 0); in GetDevicesInfo() local1268 if (wrongType) { in GetDevicesInfo()
212 KeyManager<Aead> wrongType = Registry.getKeyManager(MacConfig.HMAC_TYPE_URL);225 Aead unused = wrongType.getPrimitive(hmacKey);