com.google.appengine.tools.development.testing
Stay organized with collections
Save and categorize content based on your preferences.
-
-
-
-
Annotation Types Summary
Annotation Type |
Description |
DevAppServerTest |
Used to configure a JUnit4 test that has been annotated with
@RunWith(DevAppServerTestRunner.class .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-15 UTC."],[[["This package, `com.google.appengine.tools.development.testing`, provides tools for testing App Engine applications locally."],["The package offers interfaces like `DevAppServerTestConfig` and `LocalServiceTestConfig` for configuring dev app servers and local services during testing."],["Several classes, such as `LocalDatastoreServiceTestConfig` and `LocalMemcacheServiceTestConfig`, are available to configure and access various local App Engine services within tests."],["`LocalServiceTestHelper` is a key class that assists in testing against local App Engine services."],["`DevAppServerTestRunner`, a JUnit4 test runner, allows tests to run within the isolated classloader of an App Engine application, and `DevAppServerTest` can be used to configure those tests."]]],[]]