made 3 test cases for each class
This commit is contained in:
parent
ac00abfa53
commit
e9ee14542c
8 changed files with 93 additions and 12 deletions
|
@ -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)){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue