-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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
.
.
.
- testCreateUser1
Metadata
Metadata
Assignees
Labels
No labels