|
|
|
|
@ -36,7 +36,7 @@ import org.springframework.util.ReflectionUtils;
@@ -36,7 +36,7 @@ import org.springframework.util.ReflectionUtils;
|
|
|
|
|
* |
|
|
|
|
* @author Andy Wilkinson |
|
|
|
|
*/ |
|
|
|
|
class SpringBootMockUtil { |
|
|
|
|
final class SpringBootMockUtil { |
|
|
|
|
|
|
|
|
|
private static final MockUtilAdapter adapter; |
|
|
|
|
|
|
|
|
|
@ -50,6 +50,10 @@ class SpringBootMockUtil {
@@ -50,6 +50,10 @@ class SpringBootMockUtil {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private SpringBootMockUtil() { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
static MockCreationSettings<?> getMockSettings(Object mock) { |
|
|
|
|
return adapter.getMockSettings(mock); |
|
|
|
|
} |
|
|
|
|
|