public interface FixturesStore
| Modifier and Type | Method and Description |
|---|---|
void |
addLocation(Location location)
Add fixture yml files location.
|
boolean |
exists(String fixtureKey)
Check if a FixtureMap exists.
|
FixtureMap |
get(String fixtureKey)
Get a FixtureMap.
|
FixtureMap |
reproduce(String fixtureKey)
Reproduce a FixtureMap.
|
void |
reset()
Reset a FixtureStore.
|
FixtureMap get(String fixtureKey)
fixtureKey - the fixtureKeyFixtureMap reproduce(String fixtureKey)
fixtureKey - the fixtureKeyboolean exists(String fixtureKey)
fixtureKey - the fixtureKeyvoid addLocation(Location location)
location - the locationvoid reset()
Copyright © 2018. All rights reserved.