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.
| Modifier and Type | Method and Description |
|---|---|
Object |
createNewMockInstance()
Creates the new mock instance.
|
Class<T> |
getMockClass()
Gets the mock class.
|
String |
getMockClassName()
Gets the mock class name.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.