Class 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 the Datastore.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDatastore

        public static com.google.cloud.datastore.Datastore getDatastore()
                                                                 throws java.lang.Exception
        Obtains the Datastore.
        Returns:
        Datastore.
        Throws:
        java.lang.Exception - If fails to obtain the Datastore.