DEV Community

Cover image for AppEngine unit testing made easy with JUnit Rules
Ramesh Lingappa
Ramesh Lingappa

Posted on

AppEngine unit testing made easy with JUnit Rules

If you are using AppEngine for hosting your application, then you will be using one or more of their services like Datastore, Memcache, TaskQueues, UserService, etc.

And you will be needing to write unit tests to make sure your application functionality is working as expected with these services. For that, you need to set up some configurations to test these services in your local environment.

Read more...

Top comments (0)