| Package | Description |
|---|---|
| uk.co.jemos.podam.api |
This package contains PODAM main APIs
|
| uk.co.jemos.podam.common |
This package contains PODAM common APIs
|
| Modifier and Type | Method and Description |
|---|---|
static DataProviderStrategy.Order |
DataProviderStrategy.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProviderStrategy.Order[] |
DataProviderStrategy.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataProviderStrategy.sort(Constructor<?>[] constructors,
DataProviderStrategy.Order order)
Rearranges POJO's constructors in order they will be tried to
produce the POJO.
|
void |
AbstractRandomDataProviderStrategy.sort(Constructor<?>[] constructors,
DataProviderStrategy.Order order)
Rearranges POJO's constructors in order they will be tried to produce the
POJO.
|
void |
DataProviderStrategy.sort(Method[] methods,
DataProviderStrategy.Order order)
Rearranges POJO's methods in order they will be tried to
produce the POJO.
|
void |
AbstractRandomDataProviderStrategy.sort(Method[] methods,
DataProviderStrategy.Order order)
Rearranges POJO's methods in order they will be tried to produce the
POJO.
|
| Modifier and Type | Field and Description |
|---|---|
private DataProviderStrategy.Order |
ManufacturingContext.constructorOrdering
Constructors sorting order
|
| Modifier and Type | Method and Description |
|---|---|
DataProviderStrategy.Order |
ManufacturingContext.getConstructorOrdering()
Getter for constructor ordering
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManufacturingContext.setConstructorOrdering(DataProviderStrategy.Order constructorOrdering)
Setter for constructor ordering
|
Copyright © 2016. All rights reserved.