Guys, MockIto is a really nice framework which allows us to very easily do unit tests: http://mockito.org/
Here is an example for how I use it: https://github.com/apache/incubator-asterixdb/blob/master/asterix-app/src/test/java/org/apache/asterix/api/http/servlet/ConnectorAPIServletTest.java Let's write more unit tests for our code:-) Best, Yingyi
