Home | History | Annotate | Download | only in mockito

Lines Matching full:tries

940      * This implementation first tries the global configuration. 

955 * <code>ReturnsSmartNulls</code> first tries to return ordinary return values (see {@link ReturnsMoreEmptyValues})
956 * then it tries to return SmartNull. If the return type is final then plain null is returned.
984 * ReturnsMocks first tries to return ordinary return values (see {@link ReturnsMoreEmptyValues})
985 * then it tries to return mocks. If the return type cannot be mocked (e.g. is final) then plain null is returned.