AppEngine unit testing made easy with JUnit Rules

rameshl

Ramesh Lingappa

Posted on April 19, 2019

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...

💖 💪 🙅 🚩
rameshl
Ramesh Lingappa

Posted on April 19, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related