@Deprecated public class MockerFacade extends Object
| 构造器和说明 |
|---|
MockerFacade()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Class |
getComponentClass(Type componentType)
已过时。
|
static <T> T |
mock(GenericType<T> genericType)
已过时。
|
static <T> T |
mock(GenericType<T> genericType,
Class context)
已过时。
|
static <T> T |
mock(Method method)
已过时。
|
static <T> T |
mock(Method method,
Class... context)
已过时。
|
static <T> T |
mock(Type type)
已过时。
|
static <T> T |
mock(Type type,
Class... context)
已过时。
|
public static <T> T mock(GenericType<T> genericType)
public static <T> T mock(GenericType<T> genericType, Class context)
public static <T> T mock(Type type)
public static <T> T mock(Method method)
Copyright © 2020. All rights reserved.