Java Unit Testing- Mock Objects Sankar Cheppali | August 11, 2016 The unit tests has to be fast, so the feedback time will be less and encourage developers to run unit tests for every change they make to the Read More
Hadoop Hadoop- Unit test for Map Reduce using MRUnit Sankar Cheppali | August 10, 2016 We have already seen how to use Junit to write unit tests for your java classes. There is specialized test suite for testing mapreduce jobs, known as MRUnit. Read More
Java Getting started with Junit Sankar Cheppali | July 2, 2016 In this blog we will see how to setup unit testing for a java project. Fist create a java project and a simple class. I created a simple Read More