public interface MockProvider
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createMockComponent(Class<T> type)
Creates a mock object of a given class or interface.
|
<T> T createMockComponent(Class<T> type)
type - class or interface to mockCopyright © 2014. All rights reserved.