#String equals test cases It has test cases on equals of strings created as literals and those created with constructor of String class. This also compares the references of Strings. For string literals the references are same but for strings created with constructor the references are different.
#Test cases for equals of Person class Person has name and age. It has tested the Person's equals method for correct and wrong implementation of equals. It has been tested with different data structures like hash table,sets and array list
#Comparators of Person It implements comparators over Person class for comparing name,name length,age.