-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add addTuteeCommand, Tutor, Tutee tests #69
Add addTuteeCommand, Tutor, Tutee tests #69
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do correct the merge conflicts locally first before we can merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM nice amount of test cases
Tutee bob = new TuteeBuilder().withName("Bob").build(); | ||
AddTuteeCommand addAliceCommand = new AddTuteeCommand(alice); | ||
AddTuteeCommand addBobCommand = new AddTuteeCommand(bob); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good comments to differentiate different cases
} | ||
|
||
@Test | ||
public void isSamePerson() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good comments to differentiate different cases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do correct the CI checks before merging
No description provided.