@Deprecated public class MockerFacade extends Object
| Constructor and Description |
|---|
MockerFacade()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class |
getComponentClass(Type componentType)
Deprecated.
|
static <T> T |
mock(GenericType<T> genericType)
Deprecated.
|
static <T> T |
mock(GenericType<T> genericType,
Class context)
Deprecated.
|
static <T> T |
mock(Method method)
Deprecated.
|
static <T> T |
mock(Method method,
Class... context)
Deprecated.
|
static <T> T |
mock(Type type)
Deprecated.
|
static <T> T |
mock(Type type,
Class... context)
Deprecated.
|
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.