| Package | Description |
|---|---|
| com.github.dbunit.rules.api.dataset | |
| com.github.dbunit.rules.configuration |
| Modifier and Type | Method and Description |
|---|---|
static SeedStrategy |
SeedStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeedStrategy[] |
SeedStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SeedStrategy |
DataSetConfig.getSeedStrategy() |
| Modifier and Type | Method and Description |
|---|---|
DataSetConfig |
DataSetConfig.seedStrategy(SeedStrategy seedStrategy) |
void |
DataSetConfig.setSeedStrategy(SeedStrategy seedStrategy) |
Copyright © 2016. All rights reserved.