| Package | Description |
|---|---|
| org.jboss.test.faces.mock.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryMockImpl<T>
The implementation of factory mocks - mocks which needs to be created by constructing class instance by class name (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
<T> FactoryMock<T> |
FactoryMockingService.createFactoryMock(Class<T> type)
Creates the factory mock.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
FactoryMockingService.enhance(FactoryMock<T> factoryMock,
T mockToEnhance)
Enhance the factored mock by mocking ability.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.