Skip to content

pallavig/object-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

object-tests

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

#Test cases for ArrayList It tests ArrayList with different generics.object-tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages