Skip to content

Failing TestNG Tests Due to AssertionErrors #942

@GregoryBriggs

Description

@GregoryBriggs

There are several tests that fail due to assertEquals comparisons to constant values not matching up.
These values can be updated after running the TestNG test suite. Below is the test class' name and method where the AssertionError error occurred.

  • com.revature.test.dao.InterviewDAOTest
    • getAllInterviewsHasCorrectSize
    • interviewDaoCannotCreateDuplicateInterview
  • com.revature.test.dao.UserDAOTest
    • getAllUsersWorks
  • com.revature.test.dao.AssociateDAOTest
    • testAssociateDAOCountMapped
    • testAssociateDAOGetAllAssociates
  • com.revature.test.dao.BatchDAOTest
    • testBatchDAOGetListForPredictions
    • testBatchDAOGetObjectForPredictions
    • testBatchDAOGetWithinDates
  • com.revature.test.dao.ClientDAOTest
    • testClientDAOGetAllWithMappedAssociates
  • com.revature.test.restAssured.TrainerResourceTest
    • beforeClass
  • com.revature.test.restAssured.InterviewResourceTest
    • testCreateInterview1
    • testCreateInterview2
    • testCreateUser1
      .
      .
      .

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions