use of com.tvd12.calabash.core.BytesMap in project calabash by youngmonkeys.
the class SimpleBytesMapFactory method newMap.
@Override
public BytesMap newMap(String mapName) {
BytesMap map = createMap(mapName);
newMapPersist(mapName);
return map;
}
Aggregations