I believe it is part of the unit test that asserts the answer you want. from our lab I found this: assertEquals("BCD", StringUtils.caesarCipher("ABC", 1));
the assertEquals is used to validate if the answer is correct or not, in this case its checking if the strings are equal