Skip to content

Conversation

Dlafferty251
Copy link
Contributor

Hello I have created 12 tests for the Employee Manager and Employee class.

// ------------
// Tests for Employee class
@Test
public void testGetDetails() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Tests for Employee go in their own file. Same for EmployeeManager.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Understood they are now in their separate classes.

Copy link
Contributor

Choose a reason for hiding this comment

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

You also need to remove these functions from this file.

Copy link
Contributor

Choose a reason for hiding this comment

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

Still not resolved.

// ------------
// Tests for Employee class
@Test
public void testGetDetails() {
Copy link
Contributor

Choose a reason for hiding this comment

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

You also need to remove these functions from this file.

// ------------
// Tests for Employee class
@Test
public void testGetDetails() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Still not resolved.

@Dlafferty251 Dlafferty251 deleted the Homework15-unittests branch April 25, 2025 12:21
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