class DatastoreTestStub : DatastoreBackend |
|
class MockDatastore : ThrowingDatastore
Datastore implementation that uses a list of entities as its fake contents. |
|
open class ThrowingDatastore
An implementation of Google's |
fun <T> withMockDatastore(vararg entities: Keyed<*>, block: () -> T): T
Within a block of code, mock the datastore to contain the provided objects. fun <T> withMockDatastore(vararg entities: <ERROR CLASS>, block: () -> T): T
Within a block of code, mock the datastore to contain the provided entities. |