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

jasmine.framework.test.mockito.CustomMock Maven / Gradle / Ivy

There is a newer version: 1.3.8
Show newest version
package jasmine.framework.test.mockito;

/**
 * 自定义模拟
 *
 * @author mh.z
 * @param 
 */
public interface CustomMock {

    /**
     * 模拟对象
     *
     * @param t
     */
    void mock(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy