MockDatastore(entities: List<<ERROR CLASS>>)
Datastore implementation that uses a list of entities as its fake contents.
TODO(colin): this doesn't support the full set of datastore operations yet. Fill this in as more functionality is implemented. For now this will throw on any unimplemented operations.
TODO(colin): we'll want to do some synchronization around updating the internal state.