Skip to content

feat: EmployeeManager/Java test files.AngelicaC #493

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

Closed
wants to merge 3 commits into from

Conversation

angie-3
Copy link
Contributor

@angie-3 angie-3 commented Oct 30, 2024

No description provided.


public class EmployeeManagertest {
private EmployeeManager employeeManager;
private Map<Integer, Employee> employees;
Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't make sense to me. How does this help you test the EmployeeManager functionality?

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