Created attachment 121 [details] userID shouldn't be null Problem location : User.java Problem found : TestUser.java The userID should be a unique (integer/String) that can't be changed and can't be null. Solution : User class shouldn't have an empty constructer User() User class shouldn't have a setter setuserID(String userID)