misterSokor / TimeSlotManager

0 stars 0 forks source link

Unit Testing #7

Open pawaitemadisoncollege opened 9 months ago

pawaitemadisoncollege commented 9 months ago

Following up on our discussion today in Teams. Using Mocks is ok if it is in addition to the unit testing technique demonstrated in class - using junit in weeks 3-5. You will need to create a test database and write unit tests using junit for your entities to confirm you have hibernate and tables set up properly. Test CRUD and the relationships between any tables.