All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mockito.exceptions.misusing.CannotStubVoidMethodWithReturnValue Maven / Gradle / Ivy

The newest version!
package org.mockito.exceptions.misusing;

import org.mockito.exceptions.base.MockitoException;

public class CannotStubVoidMethodWithReturnValue extends MockitoException {
    public CannotStubVoidMethodWithReturnValue(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy