T - the generic typepublic class FactoryMockImpl<T> extends Object implements FactoryMock<T>
| Modifier and Type | Method and Description |
|---|---|
T |
createNewMockInstance()
Creates the new mock instance.
|
Class<T> |
getMockClass()
Gets the mock class.
|
String |
getMockClassName()
Gets the mock class name.
|
public Class<T> getMockClass()
FactoryMockgetMockClass in interface FactoryMock<T>public String getMockClassName()
FactoryMockgetMockClassName in interface FactoryMock<T>public T createNewMockInstance()
FactoryMockcreateNewMockInstance in interface FactoryMock<T>Copyright © 2014 JBoss by Red Hat. All Rights Reserved.