
org.jspare.unit.mock.Mocked Maven / Gradle / Ivy
/**
* Copyright 2016 Senior Sistemas.
*
* Software sob Medida
*/
package org.jspare.unit.mock;
import java.util.function.Function;
/**
* The Interface Mocked.
*/
public interface Mocked {
/**
* Fix return.
*
* @param methodName the method name
* @param result the result
*/
void fixReturn(String methodName, Object result);
void fixReturnSupplied(String methodName, Function
© 2015 - 2025 Weber Informatics LLC | Privacy Policy