AppEngine unit testing made easy with JUnit Rules
Ramesh Lingappa
Posted on April 19, 2019
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.
💖 💪 🙅 🚩
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.