public class MockerFacade extends Object
| Constructor and Description |
|---|
MockerFacade() |
| Modifier and Type | Method and Description |
|---|---|
static Class |
getComponentClass(Type componentType,
Type... context) |
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 © 2018. All rights reserved.