Skip to content

Conversation

RMillerCohort251
Copy link
Contributor

Implemented tests to achieve 80% code coverage. Used AI and failed tests information to understand what to implement.

+ salary;
}

public void setDetails(int id, String name, String department, double salary) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, shouldn't have this here. Will allow this time, but must not have on future assignments.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't have any changes to this file, please revert.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like you to use the "Act, Arrange, Assert" comments to make these tests easier to read.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should not have needed to make any changes to this file to complete the assignment, please revert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants