Method and Description |
---|
org.mockito.internal.configuration.InjectingAnnotationEngine.createMockFor(Annotation, Field) |
org.mockito.configuration.AnnotationEngine.createMockFor(Annotation, Field)
Please use
AnnotationEngine.process(Class, Object) method instead that is more robust
Creates mock, ArgumentCaptor or wraps field instance in spy object. Only if of correct annotation type. |
org.mockito.BDDMockito.BDDStubber.willNothing()
please use
BDDMockito.BDDStubber.willDoNothing() instead |