程序包 org.coodex.mock
类 Mocker
java.lang.Object
org.coodex.mock.Mocker
-
方法概要
修饰符和类型方法说明static Annotation[]getTypeAnnotations(Type instanceType) static <T> Tmock(Class<T> type, Annotation... annotations) static Objectmock(Type type, Type context, Annotation... annotations) static ObjectmockMethod(Method method) static ObjectmockMethod(Method method, Type instanceType) static ObjectmockParameter(Method method, int index) static ObjectmockParameter(Method method, int index, Type instanceType)
-
方法详细资料
-
mock
-
mock
-
mockMethod
-
mockMethod
-
getTypeAnnotations
-
mockParameter
-
mockParameter
-