|
JSF Test Framework: Mockito 1.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of mocked classpublic interface FactoryMock<T>
The interface for factory mocks - mocks which needs to be created by constructing class instance by class name (e.g. {@see Class#forName(String)).
Mocks can be created and then enhanced using FactoryMockingService.
| Method Summary | |
|---|---|
Object |
createNewMockInstance()
Creates the new mock instance. |
Class<T> |
getMockClass()
Gets the mock class. |
String |
getMockClassName()
Gets the mock class name. |
| Method Detail |
|---|
Class<T> getMockClass()
String getMockClassName()
Object createNewMockInstance()
|
JSF Test Framework: Mockito 1.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||