Asserts in JUnit - mshajahangit/Javaprojects GitHub Wiki
org.junit.Assert.assertArrayEquals
Test equality of two arrays
org.junit.Assert.assertEquals
Test two objects are same
org.junit.Assert.assertSame
Test if two references are pointing to same object
org.junit.Assert.assertNull
Test if reference is pointing to null