Package net.officefloor.maven
Class IntegrationAppEngine
- java.lang.Object
-
- net.officefloor.maven.IntegrationAppEngine
-
public class IntegrationAppEngine extends java.lang.Object
Means for integration tests to obtain access to AppEngine and Datastore.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.cloud.datastore.Datastore
getDatastore()
Obtains theDatastore
.
-