-
Notifications
You must be signed in to change notification settings - Fork 23
feat:Design Test for Method #487
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
Conversation
…sson9/dataprovider/montezBProviderProvider.java
@@ -16,4 +15,95 @@ public void testGetGreeting() { | |||
// Act | |||
Lesson15.main(null); | |||
} | |||
|
|||
// @Test |
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.
Cannot commit commented out code, please remove. You should revert changes to this file.
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.
This file doesn't belong here. Looks like a duplicate.
@@ -45,4 +47,12 @@ public double getSalary() { | |||
public void setSalary(double salary) { | |||
this.salary = salary; | |||
} | |||
|
|||
public String getDetails() { |
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.
The details returned should be stuff like name, department, id, and salary. Please update.
No description provided.