Registry / testing / appengine-testing

appengine-testing

JSON →
library5.0.0javamavenunverified

Testing support for Google App Engine standard environment application code, providing utilities for unit and integration tests.

<dependency> <groupId>com.google.appengine</groupId> <artifactId>appengine-testing</artifactId> <version>5.0.0</version> </dependency>
INSTALL
IMPORT
SIG · APPENGINE-TESTING
A
appengine-testing
testingjavav5.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LocalServiceTestHelper
com.google.appengine.tools.development.testing.LocalServiceTestHelper

Set up a local datastore service for testing.

import com.google.appengine.tools.development.testing.LocalServiceTestHelper; import com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig; LocalServiceTestHelper helper = new LocalServiceTestHelper(new LocalDatastoreServiceTestConfig()); helper.setUp(); // test code helper.tearDown();
Debug
Known issues
breakingApp Engine Testing library version must match the App Engine SDK version used in production.
fix
Use the same major version for both testing and runtime SDK.
affects: >=5.0.0
Upgrade
Version history
5.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
38
Amazon
1
Resources
appengine-testing — mvn dependency:get appengine-testing · libregistry