made 3 test cases for each class

This commit is contained in:
Batuhan Berk Başoğlu 2018-11-01 23:17:34 -04:00
parent ac00abfa53
commit e9ee14542c
8 changed files with 93 additions and 12 deletions

View file

@ -69,8 +69,6 @@ public abstract class UserType {
}
public boolean equals(UserType other){
if(this.username.equals(other.username)&&this.password.equals(other.password)&&
this.firstname.equals(other.firstname)&&this.lastname.equals(other.lastname)){