| Package | Description |
|---|---|
| net.cpollet.jixture.fixtures.loaders | |
| net.cpollet.jixture.support |
| Modifier and Type | Method and Description |
|---|---|
static FixtureLoader.Mode |
FixtureLoader.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixtureLoader.Mode[] |
FixtureLoader.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleFixtureLoader.execute(FixtureLoader.Mode mode,
SimpleFixtureLoader.Executable executable) |
void |
SimpleFixtureLoader.load(Fixture fixture,
FixtureLoader.Mode mode) |
void |
FixtureLoader.load(Fixture fixture,
FixtureLoader.Mode mode)
Loads a fixture.
|
| Modifier and Type | Method and Description |
|---|---|
FixtureLoader.Mode |
NoCommitDatabaseTestSupport.getCommitMode()
Returns the commit mode.
|
FixtureLoader.Mode |
CommitDatabaseTestSupport.getCommitMode()
Returns the commit mode.
|
protected abstract FixtureLoader.Mode |
BaseDatabaseTestSupport.getCommitMode() |
Copyright © 2014. All Rights Reserved.