public abstract class ConstructHelper extends Object
| Constructor and Description |
|---|
ConstructHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
construct(Class<?> type,
FixtureMap fixtureMap,
FixtureConverter fixtureConverter)
Create instance of a given type.
|
public static Object construct(Class<?> type, FixtureMap fixtureMap, FixtureConverter fixtureConverter)
type - the typefixtureMap - the fixtureMapCopyright © 2018. All rights reserved.